Data Fields | |
| double | SimTime |
| double | X0 [STATENUM] |
| double | reltol |
| double | abstol [STATENUM] |
| double | param [PARAMNUM] |
| int | dirDo [8] |
Definition at line 18 of file get_file_arguments.cpp.
| double readStruct::abstol[STATENUM] |
Definition at line 23 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
| int readStruct::dirDo[8] |
Definition at line 25 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
| double readStruct::param[PARAMNUM] |
Definition at line 24 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
| double readStruct::reltol |
Definition at line 22 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
| double readStruct::SimTime |
Definition at line 20 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
| double readStruct::X0[STATENUM] |
Definition at line 21 of file get_file_arguments.cpp.
Referenced by copy_to_arg(), and read_arguments_from_file().
1.4.7