ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/brains/ForceFields.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/brains/ForceFields.cpp (file contents):
Revision 1708 by gezelter, Thu Nov 4 16:20:55 2004 UTC vs.
Revision 1772 by chrisfen, Tue Nov 23 22:48:31 2004 UTC

# Line 249 | Line 249 | void ForceFields::initRestraints(){
249   }
250  
251  
252 void ForceFields::initRestraints(){
253  int i;
254  // store the initial info.
255  // set the omega values to zero
256  for (i=0; i<entry_plug->integrableObjects.size(); i++)
257    entry_plug->integrableObjects[i]->setZangle( 0.0 );
258
259  entry_plug->restraint->Store_Init_Info(entry_plug->integrableObjects);
260
261 }
262
263 void ForceFields::dumpzAngle(){
264
265  // store the initial info.
266  entry_plug->restraint->Write_zAngle_File(entry_plug->integrableObjects);
267
268 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines