Files | |
| file | params.h |
| Data members and function declarations for class params. | |
Compounds | |
| struct | params |
| Class for input handling. More... | |
Defines | |
| #define | _PARAMS_H_ 1 |
| Environment variable for 'params.h'. | |
Functions | |
| params * | params_ctor () |
| Constructor for the params object. More... | |
| void | params_dtor (params *thee) |
| Destructor for the params object. More... | |
| void | params_read (params *thee, char *inputpath) |
| Reads the input file "INPUT.IN" and assigns values to data members. More... | |
For features and limitations of the read routine either read the source code or consult the input file documentation
|
|
Constructor for the params object.
|
|
|
Destructor for the params object. Also frees memory allocated in 'params_read'
|
|
||||||||||||
|
Reads the input file "INPUT.IN" and assigns values to data members. Allocates some more necessary memory
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002