| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <string>#include <list>#include <vector>#include <iostream>#include <fstream>#include <cstdlib>#include <cstring>#include <cstdio>#include <ctime>#include <sys/stat.h>#include "config.h"#include "core/Types.h"#include "core/Exceptions.h"#include "core/Print.h"#include "cmd/common.h"#include "core/Globals.h"#include "me/MESolverFactory.h"| Functions | |
| int | getPhysicalCpuCores () | 
| void | parseArguments (int argc, char **argv, const char *defaultSolver) | 
| void | parseIntListArg (vector< int > &list, char *arg) | 
| time_t | parseTimeArg (char *arg) | 
| float | parseIntReciprocalArg (char *arg) | 
| void | printUsage (int argc, char **argv) | 
| int getPhysicalCpuCores | ( | ) | 
Prints the copyright notice. Gets the number of physical cpu cores on the system.
| void parseArguments | ( | int | argc, | 
| char ** | argv, | ||
| const char * | defaultSolver ) | 
Parses the command line arguments.
| void parseIntListArg | ( | vector< int > & | list, | 
| char * | arg ) | 
| float parseIntReciprocalArg | ( | char * | arg | ) | 
| time_t parseTimeArg | ( | char * | arg | ) | 
| void printUsage | ( | int | argc, | 
| char ** | argv ) | 
Prints the usage for the program.