src/numeric_average.f90 File Reference

The numeric_average program. More...


Namespaces

namespace  numeric_average

Functions

real *8 numeric_average::string_to_real (string)
 Convert a string to a real.
subroutine numeric_average::inout_tabs_to_spaces (line)
 Expand all tabs in a line into single spaces (one tab makes one space).
subroutine numeric_average::read_char_raw (unit, char, eol, eof)
 Read a single character from a file, signaling if we have hit EOL or EOF. If EOL or EOF are true then the character value should be ignored. A file containing a single line with a single character on it will first return the character with EOL and EOF both false, then will return with EOL true but EOF false, and finally will return with EOL false and EOF true.
subroutine numeric_average::read_word_raw (unit, word, eol, eof)
 Read a white-space delimited word from a file, signaling if we have EOL or EOF. If EOL or EOF are true then the word will still be meaningful data. If there was no data to be read then len(word) will be 0.

Variables

integer, parameter numeric_average::MAX_INPUT_FILES = 10000
integer, parameter numeric_average::out_unit = 40
integer, parameter numeric_average::in_unit_start = 41
character(len=1000) numeric_average::filename
integer numeric_average::ios
character(len=1000) numeric_average::word1
character(len=1000) numeric_average::word2
logical numeric_average::eol1
logical numeric_average::eol2
logical numeric_average::eof1
logical numeric_average::eof2
real *8 numeric_average::total
integer numeric_average::row
integer numeric_average::col
integer numeric_average::i_file
integer numeric_average::n_file
integer, dimension(max_input_files) numeric_average::in_units


Detailed Description

The numeric_average program.


Generated on Mon Apr 26 17:13:31 2010 for PartMC by  doxygen 1.5.6