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

Comparing trunk/OOPSE-2.0/src/integrators/IntegratorCreator.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2069 by tim, Tue Mar 1 20:10:14 2005 UTC

# Line 55 | Line 55 | class IntegratorCreator {
55   class IntegratorCreator {
56      public:
57          IntegratorCreator(const std::string& ident) : ident_(ident) {}
58 <
58 >        virtual ~IntegratorCreator() {}
59          const std::string& getIdent() const { return ident_; }
60  
61          virtual Integrator* create(SimInfo* info) const = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines