--- trunk/mdtools/headers/ForceFields.hpp 2003/01/17 21:53:33 237 +++ trunk/mdtools/headers/ForceFields.hpp 2003/01/27 21:28:19 249 @@ -41,19 +41,8 @@ class torsion_set{ (public) int d; }; -// typedef struct{ -// int a, b; -// } bond_pair; -// typedef struct{ -// int a, b, c; -// } bend_set; -// typedef struct{ -// int a, b, c, d; -// } torsion_set; - - class ForceFields{ public: @@ -146,7 +135,7 @@ class LJ_FF : public ForceFields{ (private) double* forceArray, double* potentialEnergy, short int* doPotentialCalc ); - + void initFortran( void ); }; #endif