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 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1709 by gezelter, Tue May 15 13:04:08 2012 UTC

# Line 854 | Line 854 | namespace OpenMD {
854      MPI_Allreduce(tmpTau.getArrayPointer(), tau.getArrayPointer(),
855                    9, MPI_REALTYPE, MPI_SUM, MPI_COMM_WORLD);
856   #endif
857 <    curSnapshot->statData.setTau(tau);
857 >    curSnapshot->setTau(tau);
858    }
859  
860   } //end namespace OpenMD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines