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 1608 by gezelter, Wed Oct 20 04:02:48 2004 UTC vs.
Revision 1609 by gezelter, Wed Oct 20 04:12:01 2004 UTC

# Line 77 | Line 77 | end module atype_module
77    end subroutine new_atype
78  
79   end module atype_module
80 +
81    ! provide interface for c calls....
82 +
83   subroutine makeatype(c_ident, is_LJ, is_Sticky, is_DP, is_GB, &
84         is_EAM, is_Charge, lj_epsilon, lj_sigma, charge, dipole_moment, &
85         status)
# Line 98 | Line 100 | subroutine makeatype(c_ident, is_LJ, is_Sticky, is_DP,
100      integer, intent(in)  :: is_LJ
101      integer, intent(in)  :: is_Charge
102  
103 <    call module_new_atype(c_ident, is_LJ, is_Sticky, is_DP, is_GB, &
103 >    call new_atype(c_ident, is_LJ, is_Sticky, is_DP, is_GB, &
104         is_EAM, is_Charge, lj_epsilon, lj_sigma, charge, dipole_moment, &
105         status)
106        
107 < end subroutine
107 > end subroutine

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines