ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/AtomTypeProperties.h
(Generate patch)

Comparing trunk/OOPSE-3.0/src/types/AtomTypeProperties.h (file contents):
Revision 1628 by gezelter, Thu Oct 21 20:15:31 2004 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 9 | Line 9 | typedef  struct{
9   */
10   typedef  struct{
11    int ident;
12 +  int is_Directional;
13    int is_LennardJones;
13  int is_Electrostatic;
14    int is_Charge;
15    int is_Dipole;
16 +  int is_SplitDipole;
17 +  int is_Quadrupole;
18    int is_Sticky;
19    int is_GayBerne;
20    int is_EAM;
# Line 24 | Line 26 | type, public :: AtomTypeProperties
26  
27   #ifdef  __FORTRAN90
28  
29 < type, public :: AtomTypeProperties
30 <   PRIVATE
31 <   SEQUENCE
32 <   integer :: ident
33 <   logical :: is_LennardJones
34 <   logical :: is_Electrostatic
35 <   logical :: is_Charge
36 <   logical :: is_Dipole
37 <   logical :: is_Sticky
38 <   logical :: is_GayBerne
39 <   logical :: is_EAM
40 <   logical :: is_Shape
41 <   logical :: is_FLARB
42 < end type AtomTypeProperties
29 >  type :: AtomTypeProperties
30 >    SEQUENCE
31 >    integer :: ident
32 >    integer :: is_Directional
33 >    integer :: is_LennardJones
34 >    integer :: is_Charge
35 >    integer :: is_Dipole
36 >    integer :: is_SplitDipole
37 >    integer :: is_Quadrupole
38 >    integer :: is_Sticky
39 >    integer :: is_GayBerne
40 >    integer :: is_EAM
41 >    integer :: is_Shape
42 >    integer :: is_FLARB
43 >  end type AtomTypeProperties
44   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines