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

Comparing trunk/OOPSE-3.0/src/UseTheForce/DarkSide/calc_sticky_pair.F90 (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1602 by chuckv, Tue Oct 19 20:44:36 2004 UTC

# Line 9 | Line 9
9   !! @author Matthew Meineke
10   !! @author Christopher Fennel
11   !! @author J. Daniel Gezelter
12 < !! @version $Id: calc_sticky_pair.F90,v 1.1.1.1 2004-09-24 04:16:36 gezelter Exp $, $Date: 2004-09-24 04:16:36 $, $Name: not supported by cvs2svn $, $Revision: 1.1.1.1 $
12 > !! @version $Id: calc_sticky_pair.F90,v 1.2 2004-10-19 20:44:31 chuckv Exp $, $Date: 2004-10-19 20:44:31 $, $Name: not supported by cvs2svn $, $Revision: 1.2 $
13  
14   module sticky_pair
15  
# Line 401 | Line 401 | end module sticky_pair
401      return
402    end subroutine calc_sw_fnc
403   end module sticky_pair
404 +
405 +  subroutine set_sticky_params(sticky_w0, sticky_v0, sticky_v0p, &
406 +       sticky_rl, sticky_ru, sticky_rlp, sticky_rup)
407 +    use definitions, ONLY : dp  
408 +    use sticky_pair, ONLY : module_set_sticky_params => set_sticky_params
409 +    real( kind = dp ), intent(inout) :: sticky_w0, sticky_v0, sticky_v0p
410 +    real( kind = dp ), intent(inout) :: sticky_rl, sticky_ru
411 +    real( kind = dp ), intent(inout) :: sticky_rlp, sticky_rup
412 +    
413 +    call module_set_sticky_params(sticky_w0, sticky_v0, sticky_v0p, &
414 +       sticky_rl, sticky_ru, sticky_rlp, sticky_rup)
415 +      
416 +  end subroutine set_sticky_params

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines