ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/ForceFields.hpp
(Generate patch)

Comparing trunk/mdtools/headers/ForceFields.hpp (file contents):
Revision 11 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
Revision 117 by mmeineke, Tue Sep 24 22:10:55 2002 UTC

# Line 54 | Line 54 | class ForceFields{ (public)
54  
55   public:
56    ForceFields(){ frcFile = NULL; entry_plug = NULL; }
57 <  ~ForceFields(){}
57 >  virtual ~ForceFields(){}
58    
59    void setSimInfo( SimInfo* the_entry_plug ) { entry_plug = the_entry_plug; }
60    virtual void initializeAtoms( void ) = 0;
# Line 73 | Line 73 | class TraPPEFF : public ForceFields{ (public)
73  
74   public:
75    TraPPEFF();
76 <  ~TraPPEFF();
76 >  virtual ~TraPPEFF();
77    
78    void initializeAtoms( void );
79    void initializeBonds( bond_pair* the_bonds );
# Line 86 | Line 86 | class DipoleTestFF : public ForceFields{ (public)
86  
87   public:
88    DipoleTestFF();
89 <  ~DipoleTestFF();
89 >  virtual ~DipoleTestFF();
90    
91    void initializeAtoms( void );
92    void initializeBonds( bond_pair* the_bonds );
# Line 98 | Line 98 | class TraPPE_ExFF : public ForceFields{ (public)
98  
99   public:
100    TraPPE_ExFF();
101 <  ~TraPPE_ExFF();
101 >  virtual ~TraPPE_ExFF();
102    
103    void initializeAtoms( void );
104    void initializeBonds( bond_pair* the_bonds );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines