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

Comparing trunk/src/restraints/ThermoIntegrationForceManager.cpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1464 by gezelter, Fri Jul 9 19:29:05 2010 UTC

# Line 90 | Line 90 | namespace OpenMD {
90    ThermoIntegrationForceManager::~ThermoIntegrationForceManager(){
91    }
92    
93 <  void ThermoIntegrationForceManager::calcForces(bool needPotential,
94 <                                                 bool needStress){
93 >  void ThermoIntegrationForceManager::calcForces(){
94      Snapshot* curSnapshot;
95      SimInfo::MoleculeIterator mi;
96      Molecule* mol;
# Line 102 | Line 101 | namespace OpenMD {
101      Mat3x3d tempTau;
102      
103      // perform the standard calcForces first
104 <    ForceManager::calcForces(needPotential, needStress);
104 >    ForceManager::calcForces();
105      
106      curSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
107  

Comparing trunk/src/restraints/ThermoIntegrationForceManager.cpp (property svn:keywords):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 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