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

Comparing trunk/OOPSE/libmdtools/fSimulation.h (file contents):
Revision 569 by mmeineke, Tue Jul 1 21:33:45 2003 UTC vs.
Revision 1144 by tim, Sat May 1 18:52:38 2004 UTC

# Line 7 | Line 7 | typedef  struct{
7      double,int,char.
8   */
9   typedef  struct{
10  double rlist;
11  double rcut;
12  double rrf;
13  double rt;
10    double dielect;
11    int SIM_uses_PBC;
12    int SIM_uses_LJ;
13    int SIM_uses_sticky;
14 +  int SIM_uses_charges;
15    int SIM_uses_dipoles;
16    int SIM_uses_RF;
17    int SIM_uses_GB;
# Line 28 | Line 25 | type, public :: simtype
25   type, public :: simtype
26     PRIVATE
27     SEQUENCE
31   !! List Cutoff    
32   real ( kind = dp ) :: rlist = 0.0_dp
33   !! Radial cutoff
34   real ( kind = dp ) :: rcut  = 0.0_dp
35   !! Reaction Field sphere radius
36   real ( kind = dp ) :: rrf  = 0.0_dp
37   !! Taper radius for dipole and reaction field switching function
38   real ( kind = dp ) :: rt  = 0.0_dp
28     !! Dielectric Constant for reaction field
29     real ( kind = dp ) :: dielect = 0.0_dp
30     !! Periodic Boundry Conditions
31     logical :: SIM_uses_PBC
32     logical :: SIM_uses_LJ
33     logical :: SIM_uses_sticky
34 +   logical :: SIM_uses_charges
35     logical :: SIM_uses_dipoles
36     logical :: SIM_uses_RF
37     logical :: SIM_uses_GB

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines