ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/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.
branches/new_design/OOPSE-3.0/src/types/AtomTypeProperties.h (file contents), Revision 1813 by tim, Wed Dec 1 17:38:32 2004 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_Quadrupole;
17    int is_Sticky;
18    int is_GayBerne;
19    int is_EAM;
# Line 24 | Line 25 | type, public :: AtomTypeProperties
25  
26   #ifdef  __FORTRAN90
27  
28 < type, public :: AtomTypeProperties
28 <   PRIVATE
28 > type :: AtomTypeProperties
29     SEQUENCE
30     integer :: ident
31 +   logical :: is_Directional
32     logical :: is_LennardJones
32   logical :: is_Electrostatic
33     logical :: is_Charge
34     logical :: is_Dipole
35 +   logical :: is_Quadrupole
36     logical :: is_Sticky
37     logical :: is_GayBerne
38     logical :: is_EAM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines