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

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1733 by jmichalk, Tue Jun 5 17:48:40 2012 UTC vs.
Revision 1744 by gezelter, Tue Jun 5 18:07:08 2012 UTC

# Line 475 | Line 475 | namespace OpenMD {
475      // Zero out the stress tensor
476      stressTensor *= 0.0;
477      // Zero out the heatFlux
478 <    fDecomp_->setHeatFlux( V3Zero );    
478 >    fDecomp_->setHeatFlux( Vector3d(0.0) );    
479    }
480    
481    void ForceManager::shortRangeInteractions() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines