pmc_spec_line::spec_line_t Struct Reference

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

List of all members.

Public Attributes

character(len=SPEC_LINE_MAX_VAR_LENname
 Variable name.
character(len=SPEC_LINE_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

 # stand-alone comment
 <name> <whitespace> <data1> <whitespace> <data2> ... # optional comment
 
An spec_line_t structure stores the name and data split at whitespace.

Member Data Documentation

Variable name.

character(len=SPEC_LINE_MAX_VAR_LEN),dimension(:),pointer pmc_spec_line::spec_line_t::data

Array of data as strings.


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

Generated on Mon Jun 15 15:56:23 2009 for PartMC by  doxygen 1.5.6