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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/lj_interface.F90 (file contents):
Revision 2497 by chuckv, Wed Dec 7 19:58:18 2005 UTC vs.
Revision 2756 by gezelter, Wed May 17 15:37:15 2006 UTC

# Line 1 | Line 1
1   subroutine newLJtype(c_ident, sigma, epsilon, soft_pot, status)
2 +  use definitions
3    use lj, ONLY : module_newLJtype => newLJtype
4 <  integer, parameter :: DP = selected_real_kind(15)
4 >
5    integer,intent(inout) :: c_ident
6    real(kind=dp),intent(inout) :: sigma
7    real(kind=dp),intent(inout) :: epsilon

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines