ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/io/StatWriter.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/io/StatWriter.cpp (file contents):
Revision 1726 by tim, Wed Nov 10 22:50:03 2004 UTC vs.
Revision 1727 by tim, Thu Nov 11 16:41:58 2004 UTC

# Line 65 | Line 65 | void StatWriter::writeStat(Snapshot* s){
65   #endif // is_mpi    
66   }
67  
68 < void StatWriter::writeStat(Snapshot* s){
68 > void StatWriter::writeStat(Stats* s){
69  
70   #ifdef IS_MPI
71      if(worldRank == 0 ){
# Line 73 | Line 73 | void StatWriter::writeStat(Snapshot* s){
73  
74          statfile_.precision(8);
75  
76        statfile_ << s->getTimeStamp();
76          for (int i =0; i < mask_.size(); ++i) {
77              if (mask_[i]) {
78                  statfile_ << "\t" << s->statData[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines