--- trunk/OOPSE-2.0/src/types/AtomTypeProperties.h 2005/05/05 14:47:35 2220 +++ trunk/OOPSE-2.0/src/types/AtomTypeProperties.h 2005/11/01 23:32:25 2406 @@ -21,6 +21,8 @@ typedef struct{ int is_EAM; int is_Shape; int is_FLARB; + int is_SuttonChen; + int is_MEAM; } AtomTypeProperties; #endif #endif @@ -42,5 +44,7 @@ typedef struct{ integer :: is_EAM integer :: is_Shape integer :: is_FLARB + integer :: is_SuttonChen + integer :: is_MEAM end type AtomTypeProperties #endif