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 2220 by chrisfen, Thu May 5 14:47:35 2005 UTC vs.
Revision 2406 by chuckv, Tue Nov 1 23:32:25 2005 UTC

# Line 21 | Line 21 | typedef  struct{
21    int is_EAM;
22    int is_Shape;
23    int is_FLARB;
24 +  int is_SuttonChen;
25 +  int is_MEAM;
26   } AtomTypeProperties;
27   #endif
28   #endif
# Line 42 | Line 44 | typedef  struct{
44      integer :: is_EAM
45      integer :: is_Shape
46      integer :: is_FLARB
47 +    integer :: is_SuttonChen
48 +    integer :: is_MEAM
49    end type AtomTypeProperties
50   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines