ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/restraints/RestraintForceManager.cpp
(Generate patch)

Comparing:
trunk/src/restraints/RestraintForceManager.cpp (file contents), Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
branches/development/src/restraints/RestraintForceManager.cpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 305 | Line 305 | namespace OpenMD {
305      currRestTime_ = currSnapshot_->getTime();
306    }
307  
308 <  void RestraintForceManager::calcForces(bool needPotential, bool needStress){
308 >  void RestraintForceManager::calcForces(){
309  
310 <    ForceManager::calcForces(needPotential, needStress);    
310 >    ForceManager::calcForces();    
311      RealType restPot_local, restPot;
312  
313      restPot_local = doRestraints(1.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines