ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/DumpWriter.cpp (file contents):
Revision 2420 by chrisfen, Tue Nov 8 13:32:27 2005 UTC vs.
Revision 2425 by chrisfen, Fri Nov 11 15:22:11 2005 UTC

# Line 57 | Line 57 | namespace oopse {
57  
58      Globals* simParams = info->getSimParams();
59      needCompression_ = simParams->getCompressDumpFile();
60 <    needForceVector_ = simParams->getDumpForceVector();
60 >    needForceVector_ = simParams->getOutputForceVector();
61  
62   #ifdef HAVE_LIBZ
63      if (needCompression_) {
# Line 100 | Line 100 | namespace oopse {
100      eorFilename_ = filename_.substr(0, filename_.rfind(".")) + ".eor";    
101  
102      needCompression_ = simParams->getCompressDumpFile();
103 <    needForceVector_ = simParams->getDumpForceVector();
103 >    needForceVector_ = simParams->getOutputForceVector();
104  
105   #ifdef HAVE_LIBZ
106      if (needCompression_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines