Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
lm_setp.cpp File Reference
#include <iostream>
#include <string>
#include <map>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <sys/stat.h>
#include "core/Exceptions.h"
#include "io/SimulationFile.h"
#include "lptf/Profile.h"
#include "core/util.h"
Include dependency graph for lm_setp.cpp:

Functions

void parseArguments (int argc, char **argv)
void printUsage (int argc, char **argv)
int main (int argc, char **argv)

Variables

string function = ""
string filename = ""
uint numberSpecies =0
map< string, string > parameters
 PROF_ALLOC

Function Documentation

◆ main()

int main ( int argc,
char ** argv )
Here is the call graph for this function:

◆ parseArguments()

void parseArguments ( int argc,
char ** argv )

Parses the command line arguments.

Here is the caller graph for this function:

◆ printUsage()

void printUsage ( int argc,
char ** argv )

Prints the usage for the program.

Here is the caller graph for this function:

Variable Documentation

◆ filename

string filename = ""

The file to modify.

◆ function

string function = ""

The function being performed.

◆ numberSpecies

uint numberSpecies =0

The number of species.

◆ parameters

map<string,string> parameters

The parameters to set in the file.

◆ PROF_ALLOC

PROF_ALLOC