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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/shapes_interface.h (file contents):
Revision 1608 by gezelter, Wed Oct 20 04:02:48 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 12 | Line 12
12  
13   #include "config.h"
14  
15 + #define makeShape F90_FUNC(makeshape, MAKESHAPE)
16 +
17   #define SH_COS 0
18   #define SH_SIN 1
19  
20   extern "C" {
21  
20  void F90_FUNC(makeshape, MAKESHAPE)(int* nContactFuncs,
21                                      int* ContactFuncLValue,
22                                      int* ContactFuncMValue,
23                                      int* ContactFunctionType,
24                                      double* ContactFuncCoefficient,
25                                      int* nRangeFuncs,
26                                      int* RangeFuncLValue,
27                                      int* RangeFuncMValue,
28                                      int* RangeFunctionType,
29                                      double* RangeFuncCoefficient,
30                                      int* nStrengthFuncs,
31                                      int* StrengthFuncLValue,
32                                      int* StrengthFuncMValue,
33                                      int* StrengthFunctionType,
34                                      double* StrengthFuncCoefficient,
35                                      int* myAtid,
36                                      int* status);
37
38  
22    void makeShape(int* nContactFuncs,
23                   int* ContactFuncLValue,
24                   int* ContactFuncMValue,
# Line 52 | Line 35 | extern "C" {
35                   int* StrengthFunctionType,
36                   double* StrengthFuncCoefficient,
37                   int* myAtid,
38 <                 int* status) {
56 <  
57 <    F90_FUNC(makeshape, MAKESHAPE)( nContactFuncs,
58 <                                    ContactFuncLValue,
59 <                                    ContactFuncMValue,
60 <                                    ContactFunctionType,
61 <                                    ContactFuncCoefficient,
62 <                                    nRangeFuncs,
63 <                                    RangeFuncLValue,
64 <                                    RangeFuncMValue,
65 <                                    RangeFunctionType,
66 <                                    RangeFuncCoefficient,
67 <                                    nStrengthFuncs,
68 <                                    StrengthFuncLValue,
69 <                                    StrengthFuncMValue,
70 <                                    StrengthFunctionType,
71 <                                    StrengthFuncCoefficient,
72 <                                    myAtid,
73 <                                    status);
74 <  }
38 >                 int* status);
39   }
40      
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines