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

Comparing branches/new_design/OOPSE-4/src/types/AtomTypeProperties.h (file contents):
Revision 1812, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1813 by tim, Wed Dec 1 17:38:32 2004 UTC

# Line 11 | Line 11 | typedef  struct{
11    int ident;
12    int is_Directional;
13    int is_LennardJones;
14  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 30 | Line 30 | type :: AtomTypeProperties
30     integer :: ident
31     logical :: is_Directional
32     logical :: is_LennardJones
33   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