ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/atype.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/atype.F90 (file contents):
Revision 2405 by gezelter, Mon Jun 27 21:01:36 2005 UTC vs.
Revision 2406 by chuckv, Tue Nov 1 23:32:25 2005 UTC

# Line 60 | Line 60 | contains
60    subroutine new_atype(ident, is_Directional, is_LennardJones, &
61         is_Electrostatic, is_Charge, is_Dipole, is_Quadrupole, &
62         is_Sticky, is_StickyPower, is_GayBerne, is_EAM, is_Shape, &
63 <       is_FLARB, status)
63 >       is_FLARB,is_SuttonChen,is_MEAM, status)
64      integer :: myATID, c_ident
65      integer,intent(in) :: ident
66      logical,intent(in) :: is_Directional, is_LennardJones, is_Electrostatic
67      logical,intent(in) :: is_Charge, is_Dipole, is_Quadrupole
68      logical,intent(in) :: is_Sticky, is_StickyPower, is_GayBerne, is_EAM
69 <    logical,intent(in) :: is_Shape, is_FLARB
69 >    logical,intent(in) :: is_Shape, is_FLARB, is_SuttonChen, is_MEAM
70      integer,intent(out) :: status
71  
72      integer :: me
# Line 98 | Line 98 | contains
98      call setElementProperty(atypes, me, "is_EAM", is_EAM)
99      call setElementProperty(atypes, me, "is_Shape", is_Shape)
100      call setElementProperty(atypes, me, "is_FLARB", is_FLARB)
101 +    call setElementProperty(atypes, me, "is_SuttonChen", is_SuttonChen)
102 +    call setElementProperty(atypes, me, "is_MEAM", is_MEAM)
103  
104    end subroutine new_atype
105  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines