--- branches/development/src/io/DumpWriter.cpp 2011/11/22 20:38:56 1665 +++ branches/development/src/io/DumpWriter.cpp 2012/05/19 02:58:35 1711 @@ -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_) {