--- trunk/src/restraints/ThermoIntegrationForceManager.cpp 2005/03/11 00:43:19 431 +++ trunk/src/restraints/ThermoIntegrationForceManager.cpp 2005/03/12 19:05:16 437 @@ -92,10 +92,6 @@ 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(){