ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/Integrator.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/Integrator.hpp (file contents):
Revision 1773 by tim, Tue Nov 9 23:11:39 2004 UTC vs.
Revision 1774 by tim, Tue Nov 23 23:12:23 2004 UTC

# Line 46 | Line 46 | class Integrator {
46          virtual ~Integrator() {}
47  
48          virtual void integrate() =0;
49 <        
49 >
50 >        virtual void update() {}
51      protected:
52          Integrator(SimInfo* info) : info_(info) {}
53          
54 <        virtual void calcConservedQuantity() = 0;
54 >        virtual double calcConservedQuantity() = 0;
55  
56          SimInfo* info_;
57   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines