--- trunk/src/restraints/ThermoIntegrationForceManager.cpp 2005/03/10 23:56:42 430 +++ trunk/src/restraints/ThermoIntegrationForceManager.cpp 2005/03/11 00:43:19 431 @@ -92,6 +92,10 @@ namespace oopse { // build the scaling factor used to modulate the forces and torques factor_ = pow(tIntLambda_, tIntK_); + sprintf(painCave.errMsg,"%f is the factor\n",factor_); + painCave.isFatal = 0; + simError(); + } ThermoIntegrationForceManager::~ThermoIntegrationForceManager(){