# | 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_) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |