src/numeric_diff.f90 File Reference

The numeric_diff program. More...


Namespaces

namespace  numeric_diff

Functions

real *8 numeric_diff::string_to_real (string)
 Convert a string to a real.
integer numeric_diff::string_to_integer (string)
 Convert a string to an integer.
subroutine numeric_diff::inout_tabs_to_spaces (line)
 Expand all tabs in a line into single spaces (one tab makes one space).
subroutine numeric_diff::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_diff::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_diff::unit1 = 40
integer, parameter numeric_diff::unit2 = 41
character(len=1000) numeric_diff::filename1
character(len=1000) numeric_diff::filename2
character(len=1000) numeric_diff::tmp
real *8 numeric_diff::abs_tol
real *8 numeric_diff::rel_tol
integer numeric_diff::ios
character(len=1000) numeric_diff::word1
character(len=1000) numeric_diff::word2
logical numeric_diff::eol1
logical numeric_diff::eol2
logical numeric_diff::eof1
logical numeric_diff::eof2
real *8 numeric_diff::value1
real *8 numeric_diff::value2
real *8 numeric_diff::norm1
real *8 numeric_diff::norm2
real *8 numeric_diff::abs_error
real *8 numeric_diff::rel_error
integer numeric_diff::row
integer numeric_diff::col
integer numeric_diff::min_row
integer numeric_diff::max_row
integer numeric_diff::min_col
integer numeric_diff::max_col


Detailed Description

The numeric_diff program.


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