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 2460 by chrisfen, Sun Sep 18 20:45:38 2005 UTC vs.
Revision 2461 by gezelter, Mon Nov 21 22:59:02 2005 UTC

# Line 47 | Line 47
47  
48   #define initFortranFF F90_FUNC(initfortranff, INITFORTRANFF)
49   #define doForceLoop F90_FUNC(doforceloop, DOFORCELOOP)
50 + #define notifyFortranElectrostaticMethod F90_FUNC(notifyfortranelectrostaticmethod, NOTIFYFORTRANELECTROSTATICMETHOD)
51 + #define notifyFortranCutoffPolicy F90_FUNC(notifyfortrancutoffpolicy, NOTIFYFORTRANCUTOFFPOLICY)
52 + #define notifyFortranSkinThickness F90_FUNC(notifyfortranskinthickness, NOTIFYFORTRANSKINTHICKNESS)
53 + #define notifyFortranCutoffs F90_FUNC(notifyfortrancutoffs, NOTIFYFORTRANCUTOFFS)
54 + #define notifyFortranYouAreOnYourOwn F90_FUNC(notifyfortranyouareonyourown, NOTIFYFORTRANYOUAREONYOUROWN)
55  
56   extern "C"{
57    
58 <  void initFortranFF( int* coulombicCorrection,
54 <                      int* isError );        
58 >  void initFortranFF( int* isError );        
59  
56  
60    void doForceLoop( double* positionArray,
61                      double* rcArray,
62                      double* RotationMatrixArray,
# Line 65 | Line 68 | extern "C"{
68                      short int* doPotentialCalc,
69                      short int* doStressCalc,
70                      int* isError );
71 +
72 +  void notifyFortranElectrostaticMethod( 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