pmc_inout::inout_line_t Struct Reference

A single line of input data, split at whitespace. More...

List of all members.

Public Attributes

character(len=MAX_VAR_LENname
 Variable name.
character(len=MAX_VAR_LEN),
dimension(:), pointer 
data
 Array of data as strings.

Detailed Description

A single line of input data, split at whitespace.

Input lines are assumed to be in the format

 <name> <whitespace> <data1> <whitespace> <data2> ... # optional comment
 

An inout_line_t structure stores the name and data split at whitespace.


Member Data Documentation

character(len=MAX_VAR_LEN),dimension(:),pointer pmc_inout::inout_line_t::data

Array of data as strings.

Variable name.


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

Generated on 29 Mar 2010 for PartMC by  doxygen 1.6.1