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

Comparing trunk/OOPSE-4/src/UseTheForce/ForceFields.hpp (file contents):
Revision 1628 by gezelter, Thu Oct 21 20:15:31 2004 UTC vs.
Revision 1646 by chrisfen, Tue Oct 26 18:02:46 2004 UTC

# Line 216 | Line 216 | class Shapes_FF : public ForceFields{ (public)
216    Shapes_FF(char* the_variant);
217    virtual ~Shapes_FF();
218    
219 <
220 <  void readParams();
219 >  void readForceFile();
220    void cleanMe( void );
221  
222    void initializeAtoms( int nAtoms, Atom** atomArray );
# Line 232 | Line 231 | class Shapes_FF : public ForceFields{ (public)
231  
232    void calcRcut( void );
233    double getAtomTypeMass(char* atomType);
235 private:
234  
235 <  void fastForward( char* stopText, char* searchOwner );
236 <  
235 > private:
236 >  char* ffPath_env;
237    double shapesRcut;
238 +
239   };
240  
241  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines