![]() |
Octopus
|
restart_basic_data_t stores global information about a specific component we want to save. This includes the tag, and the specific sub folder. These information are the same for all restart objects. More...
restart_basic_data_t stores global information about a specific component we want to save. This includes the tag, and the specific sub folder. These information are the same for all restart objects.
Definition at line 199 of file restart.F90.
Private Attributes | |
| character(len=20) | tag |
| string describing the restart component More... | |
| character(len=max_path_len) | dir |
| sub directory for this component of the restart data. More... | |
| integer | default_flags = 0 |
|
private |
string describing the restart component
Definition at line 201 of file restart.F90.
|
private |
sub directory for this component of the restart data.
Definition at line 202 of file restart.F90.
|
private |
Definition at line 204 of file restart.F90.