OpenCMISS-Iron Internal API Documentation
BASE_ROUTINES::FileUnits

File unit parameters. More...

Variables

integer(intg), parameter base_routines::echo_file_unit =10
 File unit for echo files. More...
 
integer(intg), parameter base_routines::diagnostics_file_unit =11
 File unit for diagnostic files. More...
 
integer(intg), parameter base_routines::timing_file_unit =12
 File unit for timing files. More...
 
integer(intg), parameter, public base_routines::learn_file_unit =13
 File unit for learn files. More...
 
integer(intg), parameter, public base_routines::io1_file_unit =21
 File unit for general IO 1 files. More...
 
integer(intg), parameter, public base_routines::io2_file_unit =22
 File unit for general IO 2 files. More...
 
integer(intg), parameter, public base_routines::io3_file_unit =23
 File unit for general IO 3 files. More...
 
integer(intg), parameter, public base_routines::io4_file_unit =24
 File unit for general IO 4 files. More...
 
integer(intg), parameter, public base_routines::io5_file_unit =25
 File unit for general IO 5 files. More...
 
integer(intg), parameter, public base_routines::temporary_file_unit =80
 File unit for temporary files. More...
 
integer(intg), parameter, public base_routines::open_comfile_unit =90
 File unit for open command files. More...
 
integer(intg), parameter, public base_routines::start_read_comfile_unit =90
 First file unit for read command files. More...
 
integer(intg), parameter, public base_routines::stop_read_comfile_unit =99
 Last file unit for read command files. More...
 

Detailed Description

File unit parameters.

See also
BASE_ROUTINES

Variable Documentation

integer(intg), parameter base_routines::diagnostics_file_unit =11
private

File unit for diagnostic files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 79 of file base_routines.f90.

Referenced by base_routines::diagnostics_set_off(), base_routines::diagnostics_set_on(), and base_routines::write_str().

integer(intg), parameter base_routines::echo_file_unit =10
private

File unit for echo files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 78 of file base_routines.f90.

Referenced by base_routines::output_set_off(), base_routines::output_set_on(), and base_routines::write_str().

integer(intg), parameter, public base_routines::io1_file_unit =21

File unit for general IO 1 files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 82 of file base_routines.f90.

integer(intg), parameter, public base_routines::io2_file_unit =22

File unit for general IO 2 files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 83 of file base_routines.f90.

integer(intg), parameter, public base_routines::io3_file_unit =23

File unit for general IO 3 files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 84 of file base_routines.f90.

integer(intg), parameter, public base_routines::io4_file_unit =24

File unit for general IO 4 files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 85 of file base_routines.f90.

integer(intg), parameter, public base_routines::io5_file_unit =25

File unit for general IO 5 files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 86 of file base_routines.f90.

integer(intg), parameter, public base_routines::learn_file_unit =13

File unit for learn files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 81 of file base_routines.f90.

integer(intg), parameter, public base_routines::open_comfile_unit =90

File unit for open command files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 88 of file base_routines.f90.

integer(intg), parameter, public base_routines::start_read_comfile_unit =90

First file unit for read command files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 89 of file base_routines.f90.

integer(intg), parameter, public base_routines::stop_read_comfile_unit =99

Last file unit for read command files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 90 of file base_routines.f90.

integer(intg), parameter, public base_routines::temporary_file_unit =80

File unit for temporary files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 87 of file base_routines.f90.

integer(intg), parameter base_routines::timing_file_unit =12
private

File unit for timing files.

See also
BASE_ROUTINES::FileUnits,BASE_ROUTINES

Definition at line 80 of file base_routines.f90.

Referenced by base_routines::timing_set_off(), base_routines::timing_set_on(), and base_routines::write_str().