Show
Ignore:
Timestamp:
06/25/08 11:17:40 (5 months ago)
Author:
rporter
Message:

/trunk/source - a bunch of relatively minor changes, essentially all refactoring and comments. One change to command parser. "atom XX-like error generation" now accepts "PESSimistic" option, which chooses the worst of two sets of data in the Monte Carlo calculation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/assert_results.cpp

    r2012 r2127  
    19431943 
    19441944                        int iCase = 1; 
     1945                        if( strcmp( "Ca A", chAssertLineLabel[i] ) == 0 ) 
     1946                                iCase = 0; 
     1947                        else if( strcmp( "Ca B", chAssertLineLabel[i] ) == 0 ) 
     1948                                iCase = 1; 
     1949                        else if( strcmp( "+Col", chAssertLineLabel[i] ) == 0 ) 
     1950                                iCase = 1; 
     1951                        else 
     1952                                TotalInsanity(); 
     1953 
    19451954                        RelError[i] = 0.; 
    19461955                        long nHighestPrinted = StatesElem[nISOCaseB][nelemCaseB][iso.numPrintLevels[nISOCaseB][nelemCaseB]-1].n;