--- branches/development/src/io/DumpWriter.cpp 2012/05/18 21:44:02 1710 +++ 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_) {