This is the class used to store information about the variables that are used in model simulation.
Definition: keeper.h:17
This is the base class used to calculate the value of variables used in the model simulation that are...
Definition: modelvariable.h:19
This is the class used to store information about the timesteps used for the current model.
Definition: areatime.h:87
void readWordAndModelVariable(CommentStream &infile, const char *str, ModelVariable &modelvariable, const TimeClass *const TimeInfo, Keeper *const keeper)
This is the function that will read a text string from file, compare this text to a label and if it m...
Definition: readword.cc:42
void readWordAndValue(CommentStream &infile, const char *str, char *value)
This is the function that will read a text string from file, compare this text to a label and if it m...
Definition: readword.cc:24
void readWordAndVariable(CommentStream &infile, const char *str, int &number)
This is the function that will read a text string from file, compare this text to a label and if it m...
Definition: readword.cc:15
void readWordAndTwoVariables(CommentStream &infile, const char *str, int &number1, int &number2)
This is the function that will read a text string from file, compare this text to a label and if it m...
Definition: readword.cc:61