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

Comparing trunk/OOPSE-2.0/src/UseTheForce/ForceFields.hpp (file contents):
Revision 1520 by gezelter, Mon Oct 4 15:27:35 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 18 | Line 18
18   #endif
19  
20   #include "UseTheForce/fForceField.h"
21 < #include "UseTheForce/fortranWrapDefines.hpp"
21 > //#include "UseTheForce/fortranWrapDefines.hpp"
22  
23   class bond_pair{
24   public:
# Line 86 | Line 86 | class ForceFields{ (public)
86  
87    virtual double getAtomTypeMass(char* atomType) = 0;
88  
89 <  void setFortranForceLoop( doForceLoop_TD fsub ){
90 <    fortranForceLoop = fsub;
91 <  }
92 <
89 >
90   protected:
91    
92    void initFortran( int ljMixPolicy, int useReactionField );
93 <  doForceLoop_TD fortranForceLoop;
93 >  
94  
95    FILE *frcFile;
96    SimInfo* entry_plug;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines