| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <iostream>#include <list>#include <string>#include <utility>#include <vector>#include <cmath>#include <cstdlib>#include <cstdio>#include <cstring>#include <sys/stat.h>#include "core/Exceptions.h"#include "ReactionModel.pb.h"#include "io/SimulationFile.h"#include "lptf/Profile.h"#include "core/util.h"| Functions | |
| void | parseArguments (int argc, char **argv) | 
| void | printUsage (int argc, char **argv) | 
| int | main (int argc, char **argv) | 
| Variables | |
| string | function = "" | 
| string | filename = "" | 
| list< pair< string, string > > | parameters | 
| PROF_ALLOC | |
| int main | ( | int | argc, | 
| char ** | argv ) | 
| void parseArguments | ( | int | argc, | 
| char ** | argv ) | 
Parses the command line arguments.
| void printUsage | ( | int | argc, | 
| char ** | argv ) | 
Prints the usage for the program.
| string filename = "" | 
The file to modify.
| string function = "" | 
The function being performed.
| list<pair<string,string> > parameters | 
The parameters to set in the file.
| PROF_ALLOC |