--- branches/development/src/io/DumpWriter.cpp 2011/11/22 20:38:56 1665 +++ branches/development/src/io/DumpWriter.cpp 2012/05/19 13:30:21 1712 @@ -62,6 +62,7 @@ namespace OpenMD { needCompression_ = simParams->getCompressDumpFile(); needForceVector_ = simParams->getOutputForceVector(); needParticlePot_ = simParams->getOutputParticlePotential(); + cerr << "DW npp = " << needParticlePot_ << "\n"; createDumpFile_ = true; #ifdef HAVE_LIBZ if (needCompression_) { @@ -101,6 +102,7 @@ namespace OpenMD { needCompression_ = simParams->getCompressDumpFile(); needForceVector_ = simParams->getOutputForceVector(); + needParticlePot_ = simParams->getOutputParticlePotential(); createDumpFile_ = true; #ifdef HAVE_LIBZ if (needCompression_) {