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

Comparing branches/new_design/OOPSE-2.0/src/integrators/Integrator.hpp (file contents):
Revision 1721 by tim, Tue Nov 9 01:08:31 2004 UTC vs.
Revision 1722 by tim, Tue Nov 9 23:11:39 2004 UTC

# Line 48 | Line 48 | class Integrator {
48          virtual void integrate() =0;
49          
50      protected:
51 +        Integrator(SimInfo* info) : info_(info) {}
52          
53          virtual void calcConservedQuantity() = 0;
54 +
55 +        SimInfo* info_;
56   };
57  
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines