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 1590 by gezelter, Mon Jul 11 01:39:49 2011 UTC vs.
Revision 1591 by gezelter, Tue Jul 12 15:25:07 2011 UTC

# Line 386 | Line 386 | namespace OpenMD {
386      }
387      
388      // Zero out the stress tensor
389 <    tau = Mat3x3d(0.0);
389 >    tau *= 0.0;
390      
391    }
392    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines