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

Comparing trunk/src/io/StatWriter.cpp (file contents):
Revision 681 by tim, Mon Oct 17 23:13:44 2005 UTC vs.
Revision 1316 by chuckv, Fri Nov 14 15:44:34 2008 UTC

# Line 91 | Line 91 | namespace oopse {
91  
92      sprintf( checkPointMsg,
93               "Sucessfully opened output file for stating.\n");
94 <    MPIcheckPoint();
94 >    errorCheckPoint();
95   #endif // is_mpi
96  
97    }
# Line 137 | Line 137 | namespace oopse {
137   #endif // is_mpi
138  
139        statfile_.precision(8);
140
140        for (int i =0; i < mask_.size(); ++i) {
141          if (mask_[i]) {
142            statfile_ << "\t" << s[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines