--- trunk/OOPSE-3.0/src/brains/ForceFields.cpp 2004/11/04 16:20:55 1708 +++ trunk/OOPSE-3.0/src/brains/ForceFields.cpp 2004/11/23 22:48:31 1772 @@ -249,20 +249,3 @@ void ForceFields::initRestraints(){ } -void ForceFields::initRestraints(){ - int i; - // store the initial info. - // set the omega values to zero - for (i=0; iintegrableObjects.size(); i++) - entry_plug->integrableObjects[i]->setZangle( 0.0 ); - - entry_plug->restraint->Store_Init_Info(entry_plug->integrableObjects); - -} - -void ForceFields::dumpzAngle(){ - - // store the initial info. - entry_plug->restraint->Write_zAngle_File(entry_plug->integrableObjects); - -}