ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.cpp (file contents):
Revision 755 by mmeineke, Tue Sep 9 20:35:25 2003 UTC vs.
Revision 763 by tim, Mon Sep 15 16:52:02 2003 UTC

# Line 753 | Line 753 | template<typename T> void Integrator<T>::thermalize(){
753   template<typename T> void Integrator<T>::thermalize(){
754    tStats->velocitize();
755   }
756 +
757 + template<typename T> double Integrator<T>::getConservedQuantity(void){
758 +  return tStats->getTotalE();
759 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines