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

Comparing trunk/OOPSE-4/src/UseTheForce/ForceFieldCreator.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 ForceFieldCreator {
55   class ForceFieldCreator {
56      public:
57          ForceFieldCreator(const std::string& ident) : ident_(ident) {}
58 <
58 >        virtual ~ForceFieldCreator() {}
59 >        
60          const std::string& getIdent() const { return ident_; }
61  
62          virtual ForceField* create() const = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines