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 1136 by tim, Tue Apr 27 16:26:44 2004 UTC vs.
Revision 1138 by gezelter, Wed Apr 28 21:39:22 2004 UTC

# Line 16 | Line 16 | typedef  struct{
16    int SIM_uses_RF;
17    int SIM_uses_GB;
18    int SIM_uses_EAM;
19 <  int SIM_uses_Ewald;
19 >  int SIM_uses_molecular_cutoffs;
20   } simtype;
21   #endif //__FSIMULATION
22   #endif //__C
# Line 37 | Line 37 | type, public :: simtype
37     logical :: SIM_uses_RF
38     logical :: SIM_uses_GB
39     logical :: SIM_uses_EAM
40 <   logical :: SIM_uses_Ewald
40 >   logical :: SIM_uses_molecular_cutoffs
41   end type simtype
42   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines