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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/sticky_interface.F90 (file contents):
Revision 2189 by chuckv, Wed Apr 13 20:36:45 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1   subroutine newStickyType(c_ident, w0, v0, v0p, rl, ru, rlp, rup, isError)
2 <  
2 >
3    use definitions, ONLY : dp  
4    use sticky, ONLY : module_newStickyType => newStickyType
5 <  
5 >
6    integer, intent(inout) :: c_ident, isError
7    real( kind = dp ), intent(inout) :: w0, v0, v0p, rl, ru, rlp, rup
8 <  
8 >
9    call module_newStickyType(c_ident, w0, v0, v0p, rl, ru, rlp, rup, &
10         isError)
11 <  
11 >
12   end subroutine newStickyType
13  
14   subroutine destroyStickyTypes()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines