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

Comparing trunk/OOPSE-4/src/UseTheForce/notifyCutoffs_interface.h (file contents):
Revision 1610 by gezelter, Wed Oct 20 04:19:55 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 6 | Line 6
6   *  Copyright 2004 __MyCompanyName__. All rights reserved.
7   *
8   */
9 + #ifndef USETHEFORCE_NOTIFYCUTOFFS_INTERFACE_H
10 + #define USETHEFORCE_NOTIFYCUTOFFS_INTERFACE_H
11  
12   #define __C
13   #include "config.h"
14 +
15 + #define notifyFortranCutoffs F90_FUNC(notifyfortrancutoffs, NOTIFYFORTRANCUTOFFS)
16 +
17   extern "C"{
13  typedef void (notifyFortranCutOff) ( double *rCut,
14                                       double *rSw,
15                                       double *rList ){
16    F90_FUNC(notifyfortrancutoff,NOTIFYFORTRANCUTOFF)( rCut,
17                                                       rSw,
18                                                       rList)
19  }
18    
19 < }
19 > void notifyFortranCutoffs( double *rCut,
20 >                           double *rSw,
21 >                           double *rList );
22 >  
23 > }
24 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines