| 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_) { | 
| 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_) { |