--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/09/12 20:51:29 762 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/09/15 16:52:02 763 @@ -753,3 +753,7 @@ template void Integrator::thermalize(){ template void Integrator::thermalize(){ tStats->velocitize(); } + +template double Integrator::getConservedQuantity(void){ + return tStats->getTotalE(); +} \ No newline at end of file