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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/shapes_interface.F90 (file contents):
Revision 1948 by gezelter, Fri Jan 14 20:31:16 2005 UTC vs.
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC

# Line 7 | Line 7 | subroutine makeShape(nContactFuncs, ContactFuncLValue,
7  
8    use definitions
9    use shapes, only: newShapeType
10 <  
10 >
11    integer :: nContactFuncs
12    integer :: nRangeFuncs
13    integer :: nStrengthFuncs
14    integer :: status
15 <  integer :: myATID
16 <  
15 >  integer :: c_ident
16 >
17    integer, dimension(nContactFuncs) :: ContactFuncLValue          
18    integer, dimension(nContactFuncs) :: ContactFuncMValue          
19    integer, dimension(nContactFuncs) :: ContactFunctionType        
# Line 26 | Line 26 | subroutine makeShape(nContactFuncs, ContactFuncLValue,
26    integer, dimension(nStrengthFuncs) :: StrengthFuncMValue          
27    integer, dimension(nStrengthFuncs) :: StrengthFunctionType        
28    real(kind=dp), dimension(nStrengthFuncs) :: StrengthFuncCoefficient
29 <  
29 >
30    call newShapeType(nContactFuncs, ContactFuncLValue, &
31         ContactFuncMValue, ContactFunctionType, ContactFuncCoefficient, &
32         nRangeFuncs, RangeFuncLValue, RangeFuncMValue, RangeFunctionType, &
33         RangeFuncCoefficient, nStrengthFuncs, StrengthFuncLValue, &
34         StrengthFuncMValue, StrengthFunctionType, StrengthFuncCoefficient, &
35 <       myATID, status)
35 >       c_ident, status)
36  
37    return
38   end subroutine makeShape
# Line 52 | Line 52 | end subroutine completeShapeFF
52  
53    return
54   end subroutine completeShapeFF
55 +
56 + subroutine destroyShapeTypes()
57 +  use shapes, only: module_destroyShapeTypes => destroyShapeTypes
58 +  call module_destroyShapeTypes()
59 +
60 + end subroutine destroyShapeTypes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines