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

Comparing:
trunk/src/integrators/LDForceManager.cpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/integrators/LDForceManager.cpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 259 | Line 259 | namespace OpenMD {
259      return props;
260    }
261    
262 <  void LDForceManager::postCalculation(bool needStress){
262 >  void LDForceManager::postCalculation(){
263      SimInfo::MoleculeIterator i;
264      Molecule::IntegrableObjectIterator  j;
265      Molecule* mol;
# Line 468 | Line 468 | namespace OpenMD {
468      if(!simParams->getUsePeriodicBoundaryConditions())
469        veloMunge->removeAngularDrift();
470  
471 <    ForceManager::postCalculation(needStress);  
471 >    ForceManager::postCalculation();  
472    }
473  
474   void LDForceManager::genRandomForceAndTorque(Vector3d& force, Vector3d& torque, unsigned int index, RealType variance) {

Comparing:
trunk/src/integrators/LDForceManager.cpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/integrators/LDForceManager.cpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines