| 62 |
|
needCompression_ = simParams->getCompressDumpFile(); |
| 63 |
|
needForceVector_ = simParams->getOutputForceVector(); |
| 64 |
|
needParticlePot_ = simParams->getOutputParticlePotential(); |
| 65 |
+ |
cerr << "DW npp = " << needParticlePot_ << "\n"; |
| 66 |
|
createDumpFile_ = true; |
| 67 |
|
#ifdef HAVE_LIBZ |
| 68 |
|
if (needCompression_) { |
| 102 |
|
|
| 103 |
|
needCompression_ = simParams->getCompressDumpFile(); |
| 104 |
|
needForceVector_ = simParams->getOutputForceVector(); |
| 105 |
+ |
needParticlePot_ = simParams->getOutputParticlePotential(); |
| 106 |
|
createDumpFile_ = true; |
| 107 |
|
#ifdef HAVE_LIBZ |
| 108 |
|
if (needCompression_) { |