--- trunk/OOPSE/libmdtools/SimInfo.cpp 2004/06/02 14:21:54 1218 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2004/06/02 14:56:18 1221 @@ -193,7 +193,7 @@ void SimInfo::calcHmatInv( void ) { if( orthoRhombic ) { sprintf( painCave.errMsg, - "\n\tOOPSE is switching from the default Non-Orthorhombic\n" + "OOPSE is switching from the default Non-Orthorhombic\n" "\tto the faster Orthorhombic periodic boundary computations.\n" "\tThis is usually a good thing, but if you wan't the\n" "\tNon-Orthorhombic computations, make the orthoBoxTolerance\n" @@ -204,7 +204,7 @@ void SimInfo::calcHmatInv( void ) { } else { sprintf( painCave.errMsg, - "\n\tOOPSE is switching from the faster Orthorhombic to the more\n" + "OOPSE is switching from the faster Orthorhombic to the more\n" "\tflexible Non-Orthorhombic periodic boundary computations.\n" "\tThis is usually because the box has deformed under\n" "\tNPTf integration. If you wan't to live on the edge with\n" @@ -468,6 +468,7 @@ void SimInfo::refreshSim(){ sprintf( painCave.errMsg, "There was an error setting the simulation information in fortran.\n" ); painCave.isFatal = 1; + painCave.severity = OOPSE_ERROR; simError(); } @@ -506,7 +507,7 @@ void SimInfo::checkCutOffs( void ){ if( rCut > maxCutoff ){ sprintf( painCave.errMsg, - "\n\tcutoffRadius is too large for the current periodic box.\n" + "cutoffRadius is too large for the current periodic box.\n" "\tCurrent Value of cutoffRadius = %G at time %G\n " "\tThis is larger than half of at least one of the\n" "\tperiodic box vectors. Right now, the Box matrix is:\n" @@ -525,7 +526,7 @@ void SimInfo::checkCutOffs( void ){ } else { // initialize this stuff before using it, OK? sprintf( painCave.errMsg, - "\n\tTrying to check cutoffs without a box.\n" + "Trying to check cutoffs without a box.\n" "\tOOPSE should have better programmers than that.\n" ); painCave.severity = OOPSE_ERROR; painCave.isFatal = 1;