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

Comparing trunk/OOPSE/libmdtools/ForceFields.hpp (file contents):
Revision 976 by chrisfen, Thu Jan 22 17:34:20 2004 UTC vs.
Revision 999 by chrisfen, Fri Jan 30 15:01:09 2004 UTC

# Line 183 | Line 183 | class WATER : public ForceFields{ (public)
183  
184    void readParams();
185    void cleanMe( void );
186
186    void initializeAtoms( int nAtoms, Atom** atomArray );
187    void initializeBonds( int nBonds, Bond** bondArray,
188                          bond_pair* the_bonds );
# Line 191 | Line 190 | class WATER : public ForceFields{ (public)
190                          bend_set* the_bends );
191    void initializeTorsions( int nTorsions, Torsion** torsionArray,
192                             torsion_set* the_torsions );
194
193    void initForceField( int ljMixRule );
194  
195   private:
196    
197    void fastForward( char* stopText, char* searchOwner );
198 +  void sectionSearch( char* secHead, char* stopText, char* searchOwner );
199 +
200   };
201  
202   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines