--- trunk/OOPSE/libmdtools/fSimulation.h 2003/07/01 21:33:45 569 +++ trunk/OOPSE/libmdtools/fSimulation.h 2003/07/16 21:30:56 626 @@ -7,10 +7,6 @@ typedef struct{ double,int,char. */ typedef struct{ - double rlist; - double rcut; - double rrf; - double rt; double dielect; int SIM_uses_PBC; int SIM_uses_LJ; @@ -28,14 +24,6 @@ type, public :: simtype type, public :: simtype PRIVATE SEQUENCE - !! List Cutoff - real ( kind = dp ) :: rlist = 0.0_dp - !! Radial cutoff - real ( kind = dp ) :: rcut = 0.0_dp - !! Reaction Field sphere radius - real ( kind = dp ) :: rrf = 0.0_dp - !! Taper radius for dipole and reaction field switching function - real ( kind = dp ) :: rt = 0.0_dp !! Dielectric Constant for reaction field real ( kind = dp ) :: dielect = 0.0_dp !! Periodic Boundry Conditions