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 176 by mmeineke, Thu Nov 14 22:00:44 2002 UTC vs.
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC

# Line 110 | Line 110 | class TraPPE_ExFF : public ForceFields{ (public)
110    void initializeTorsions( torsion_set* the_torsions );
111   };
112  
113 + class LJ_FF : public ForceFields{
114 +
115 + public:
116 +  LJ_FF();
117 +  virtual ~LJ_FF();
118 +  
119 +  void initializeAtoms( void );
120 +  void initializeBonds( bond_pair* the_bonds );
121 +  void initializeBends( bend_set* the_bends );
122 +  void initializeTorsions( torsion_set* the_torsions );
123 + };
124 +
125   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines