pmc_inout::inout_file_t Struct Reference

An input file with extra data for printing messages. More...

List of all members.

Public Attributes

character(len=MAX_VAR_LENname
 Filename.
integer unit
 Attached unit.
integer line_num
 Current line number.

Detailed Description

An input file with extra data for printing messages.

An inout_file_t is just a simple wrapper around a Fortran unit number together with the filename and current line number. The line number is updated manually by the various inout_*() subroutine. To maintain its validity all file accesses must be done via the inout_*() subroutines, and no data should be accessed directly via inout_file%unit.


Member Data Documentation

Current line number.

Filename.

Attached unit.


The documentation for this struct was generated from the following file:

Generated on 29 Mar 2010 for PartMC by  doxygen 1.6.1