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

Comparing trunk/src/integrators/IntegratorCreator.hpp (file contents):
Revision 246 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 385 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