Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
util.cpp File Reference
#include <list>
#include <string>
#include <utility>
#include <vector>
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <iostream>
#include "config.h"
#include "core/Exceptions.h"
#include "core/util.h"
Include dependency graph for util.cpp:

Functions

vector< int > parseIndices (string s, vector< int > matrixDims)
pair< int, int > parseRange (char *rangeStr, int maxDim)
vector< double > parseValues (string s)
void printCopyright (int argc, char **argv)
void printBuildConfig ()

Function Documentation

◆ parseIndices()

vector< int > parseIndices ( string s,
vector< int > matrixDims )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ parseRange()

pair< int, int > parseRange ( char * rangeStr,
int maxDim )
Here is the caller graph for this function:

◆ parseValues()

vector< double > parseValues ( string s)
Here is the caller graph for this function:

◆ printBuildConfig()

void printBuildConfig ( )
Here is the caller graph for this function:

◆ printCopyright()

void printCopyright ( int argc,
char ** argv )

This function prints the copyright notice.

Here is the caller graph for this function: