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

Comparing trunk/OOPSE-4/src/UseTheForce/doForces_interface.h (file contents):
Revision 2295 by chrisfen, Thu Sep 15 00:13:15 2005 UTC vs.
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC

# Line 45 | Line 45
45   #define __C
46   #include "config.h"
47  
48 < #define initFortranFF F90_FUNC(initfortranff, INITFORTRANFF)
49 < #define doForceLoop F90_FUNC(doforceloop, DOFORCELOOP)
48 > #define initFortranFF FC_FUNC(initfortranff, INITFORTRANFF)
49 > #define doForceLoop FC_FUNC(doforceloop, DOFORCELOOP)
50 > #define setFortranElectrostaticMethod FC_FUNC(setfortranelectrostaticmethod, SETFORTRANELECTROSTATICMETHOD)
51 > #define notifyFortranCutoffPolicy FC_FUNC(notifyfortrancutoffpolicy, NOTIFYFORTRANCUTOFFPOLICY)
52 > #define notifyFortranSkinThickness FC_FUNC(notifyfortranskinthickness, NOTIFYFORTRANSKINTHICKNESS)
53 > #define notifyFortranCutoffs FC_FUNC(notifyfortrancutoffs, NOTIFYFORTRANCUTOFFS)
54 > #define notifyFortranYouAreOnYourOwn FC_FUNC(notifyfortranyouareonyourown, NOTIFYFORTRANYOUAREONYOUROWN)
55  
56   extern "C"{
57    
58 <  void initFortranFF( int* useReactionField,
54 <                      int* coulombicCorrection,
55 <                      double *dampingAlpha,
56 <                      int* isError );        
58 >  void initFortranFF( int* isError );        
59  
58  
60    void doForceLoop( double* positionArray,
61                      double* rcArray,
62                      double* RotationMatrixArray,
# Line 67 | Line 68 | extern "C"{
68                      short int* doPotentialCalc,
69                      short int* doStressCalc,
70                      int* isError );
71 +
72 +  void setFortranElectrostaticMethod( int* electrostaticMethod );
73 +
74 +  void notifyFortranCutoffPolicy( int* cutPolicy );
75 +
76 +  void notifyFortranSkinThickness( double *skinThickness );
77 +
78 +  void notifyFortranCutoffs( double *rCut,
79 +                             double *rSw );
80 +
81 +  void notifyFortranYouAreOnYourOwn( );
82 +
83   }
84   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines