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

Comparing trunk/src/restraints/RestraintForceManager.cpp (file contents):
Revision 1407 by cli2, Wed Jan 20 16:04:40 2010 UTC vs.
Revision 1464 by gezelter, Fri Jul 9 19:29:05 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);

Comparing trunk/src/restraints/RestraintForceManager.cpp (property svn:keywords):
Revision 1407 by cli2, Wed Jan 20 16:04:40 2010 UTC vs.
Revision 1464 by gezelter, Fri Jul 9 19:29:05 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines