--- trunk/src/integrators/NVE.cpp 2006/05/17 21:51:42 963 +++ trunk/src/integrators/NVE.cpp 2008/10/16 18:25:36 1306 @@ -163,7 +163,7 @@ namespace oopse { RealType NVE::calcConservedQuantity() { - return thermo.getTotalE(); + return thermo.getTotalE() ; } } //end namespace oopse