--- trunk/OOPSE-3.0/src/types/AtomTypeProperties.h 2005/11/01 23:32:25 2406 +++ trunk/OOPSE-3.0/src/types/AtomTypeProperties.h 2005/11/14 21:29:36 2427 @@ -21,7 +21,7 @@ typedef struct{ int is_EAM; int is_Shape; int is_FLARB; - int is_SuttonChen; + int is_SC; int is_MEAM; } AtomTypeProperties; #endif @@ -44,7 +44,7 @@ typedef struct{ integer :: is_EAM integer :: is_Shape integer :: is_FLARB - integer :: is_SuttonChen + integer :: is_SC integer :: is_MEAM end type AtomTypeProperties #endif