PartMC  2.6.1
Data Types | Modules | Functions/Subroutines | Variables
spec_line.F90 File Reference

The pmc_spec_line module. More...

Go to the source code of this file.

Data Types

type  pmc_spec_line::spec_line_t
 A single line of input data, split at whitespace. More...
 

Modules

module  pmc_spec_line
 A single line of formatted test for input.
 

Functions/Subroutines

subroutine pmc_spec_line::spec_line_set_size (spec_line, n_data)
 Sets the number of data elements in the line. More...
 
subroutine pmc_spec_line::spec_line_strip_comment (string)
 Strip the comments from a string. Comments are everything after the first # character. More...
 
subroutine pmc_spec_line::spec_line_tabs_to_spaces (string)
 Expand all tabs in a string into single spaces (one tab makes one space). More...
 
subroutine pmc_spec_line::spec_line_strip_leading_spaces (string)
 Strip leading spaces from a string. More...
 

Variables

integer, parameter pmc_spec_line::spec_line_max_len = 10000
 Maximum size of a single line. More...
 
integer, parameter pmc_spec_line::spec_line_max_var_len = 300
 Maximum size of a variable. More...
 

Detailed Description

The pmc_spec_line module.

Definition in file spec_line.F90.