OpenCMISS-Iron Internal API Documentation
history_routines::history_filename_set Interface Reference

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...
 

Detailed Description

Sets/changes the filename for a history file.

Definition at line 78 of file history_routines.f90.

Member Function/Subroutine Documentation

subroutine history_routines::history_filename_set::history_filename_set_c ( type(history_type), pointer  HISTORY,
character(len=*), intent(in)  FILENAME,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the character string filename for a history file.

Parameters
historyA pointer to history to set the filename for
[in]filenameThe filename to set
[out]errThe error code
[out]errorThe error string

Definition at line 309 of file history_routines.f90.

subroutine history_routines::history_filename_set::history_filename_set_vs ( type(history_type), pointer  HISTORY,
type(varying_string), intent(in)  FILENAME,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the varying string filename for a history file.

Parameters
historyA pointer to history to set the filename for
[in]filenameThe filename to set
[out]errThe error code
[out]errorThe error string

Definition at line 342 of file history_routines.f90.