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

Comparing branches/new_design/OOPSE-3.0/src/io/ZConsWriter.cpp (file contents):
Revision 1911 by tim, Mon Jan 10 18:05:45 2005 UTC vs.
Revision 1912 by tim, Mon Jan 10 20:52:07 2005 UTC

# Line 23 | Line 23 | ZConsWriter::ZConsWriter(SimInfo* info, const std::str
23           simError();
24      }
25  
26 <    output_ << "#time(fs)" << std::endl;
27 <    output_ << "#number of fixed z-constrain molecules" << std::endl;
28 <    output_ << "#global Index of molecule\tzconstrain force\tcurrentZPos" << std::endl;
26 >    output_ << "//time(fs)" << std::endl;
27 >    output_ << "//number of fixed z-constrain molecules" << std::endl;
28 >    output_ << "//global Index of molecule\tzconstrain force\tcurrentZPos" << std::endl;
29  
30   #ifdef IS_MPI
31      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines