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 2759 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 2917 by chrisfen, Mon Jul 3 13:18:43 2006 UTC

# Line 47 | Line 47
47  
48   #define initFortranFF FC_FUNC(initfortranff, INITFORTRANFF)
49   #define doForceLoop FC_FUNC(doforceloop, DOFORCELOOP)
50 + #define getAccumulatedBoxDipole FC_FUNC(getaccumulatedboxdipole, GETACCUMULATEDBOXDIPOLE)
51 + #define setAccumulateBoxDipole FC_FUNC(setaccumulateboxdipole, SETACCUMULATEBOXDIPOLE)
52   #define setFortranElectrostaticMethod FC_FUNC(setfortranelectrostaticmethod, SETFORTRANELECTROSTATICMETHOD)
53   #define notifyFortranCutoffPolicy FC_FUNC(notifyfortrancutoffpolicy, NOTIFYFORTRANCUTOFFPOLICY)
54   #define notifyFortranSkinThickness FC_FUNC(notifyfortranskinthickness, NOTIFYFORTRANSKINTHICKNESS)
# Line 69 | Line 71 | extern "C"{
71                      short int* doStressCalc,
72                      int* isError );
73  
74 +  void getAccumulatedBoxDipole( RealType* boxDipole );
75 +
76 +  void setAccumulateBoxDipole();
77 +
78    void setFortranElectrostaticMethod( int* electrostaticMethod );
79  
80    void notifyFortranCutoffPolicy( int* cutPolicy );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines