|
OpenCMISS-Iron Internal API Documentation
|
Sets/changes the filename for a history file. More...
Private Member Functions | |
| subroutine | history_filename_set_c (HISTORY, FILENAME, ERR, ERROR,) |
| Sets/changes the character string filename for a history file. More... | |
| subroutine | history_filename_set_vs (HISTORY, FILENAME, ERR, ERROR,) |
| Sets/changes the varying string filename for a history file. More... | |
Sets/changes the filename for a history file.
Definition at line 78 of file history_routines.f90.
|
private |
Sets/changes the character string filename for a history file.
| history | A pointer to history to set the filename for | |
| [in] | filename | The filename to set |
| [out] | err | The error code |
| [out] | error | The error string |
Definition at line 309 of file history_routines.f90.
|
private |
Sets/changes the varying string filename for a history file.
| history | A pointer to history to set the filename for | |
| [in] | filename | The filename to set |
| [out] | err | The error code |
| [out] | error | The error string |
Definition at line 342 of file history_routines.f90.