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 2203 by chuckv, Wed Apr 13 20:17:06 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 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 <  
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, &
# Line 54 | Line 54 | subroutine destroyShapeTypes()
54   end subroutine completeShapeFF
55  
56   subroutine destroyShapeTypes()
57 < use shapes, only: module_destroyShapeTypes => destroyShapeTypes
58 < call module_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