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

Comparing trunk/OOPSE-2.0/src/UseTheForce/DarkSide/sticky.F90 (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2121 by chrisfen, Sat Mar 12 19:05:16 2005 UTC

# Line 48 | Line 48
48   !! Corresponds to the force field defined in ssd_FF.cpp
49   !! @author Charles F. Vardeman II
50   !! @author Matthew Meineke
51 < !! @author Christopher Fennel
51 > !! @author Christopher Fennell
52   !! @author J. Daniel Gezelter
53 < !! @version $Id: sticky.F90,v 1.3 2005-01-12 22:40:45 gezelter Exp $, $Date: 2005-01-12 22:40:45 $, $Name: not supported by cvs2svn $, $Revision: 1.3 $
53 > !! @version $Id: sticky.F90,v 1.5 2005-03-12 19:05:16 chrisfen Exp $, $Date: 2005-03-12 19:05:16 $, $Name: not supported by cvs2svn $, $Revision: 1.5 $
54  
55   module sticky
56  
# Line 506 | Line 506 | end module sticky
506      return
507    end subroutine calc_sw_fnc
508   end module sticky
509
510  subroutine newStickyType(c_ident, w0, v0, v0p, rl, ru, rlp, rup, isError)
511
512    use definitions, ONLY : dp  
513    use sticky, ONLY : module_newStickyType => newStickyType
514
515    integer, intent(inout) :: c_ident, isError
516    real( kind = dp ), intent(inout) :: w0, v0, v0p, rl, ru, rlp, rup
517    
518    call module_newStickyType(c_ident, w0, v0, v0p, rl, ru, rlp, rup, &
519         isError)
520    
521  end subroutine newStickyType

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines