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 2062 by tim, Fri Feb 25 21:22:00 2005 UTC vs.
Revision 2497 by chuckv, Wed Dec 7 19:58:18 2005 UTC

# Line 6 | Line 6 | subroutine newLJtype(c_ident, sigma, epsilon, soft_pot
6    real(kind=dp),intent(inout) :: epsilon
7    integer,intent(inout) :: soft_pot
8    integer,intent(inout) :: status
9 <  
9 >
10    call module_newLJtype(c_ident, sigma, epsilon, soft_pot, status)
11 <  
11 >
12   end subroutine newLJtype
13  
14 < subroutine useGeometricMixing()
15 <  use lj, ONLY: module_useGeometricMixing => useGeometricMixing
16 <  
17 <  call module_useGeometricMixing()
18 <  return
19 < end subroutine useGeometricMixing
14 > subroutine destroyLJTypes()
15 >  use lj, ONLY: module_destroyLJTypes => destroyLJTypes
16 >
17 >  call module_destroyLJTypes()
18 >
19 > end subroutine destroyLJTypes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines