1 |
gezelter |
117 |
/* |
2 |
|
|
* notifycutoffs_module_interface.h |
3 |
|
|
* oopse |
4 |
|
|
* |
5 |
|
|
* Created by Charles Vardeman II on 10/19/04. |
6 |
|
|
* Copyright 2004 __MyCompanyName__. All rights reserved. |
7 |
|
|
* |
8 |
|
|
*/ |
9 |
chuckv |
124 |
#ifndef USETHEFORCE_NOTIFYCUTOFFS_INTERFACE_H |
10 |
|
|
#define USETHEFORCE_NOTIFYCUTOFFS_INTERFACE_H |
11 |
gezelter |
117 |
|
12 |
|
|
#define __C |
13 |
|
|
#include "config.h" |
14 |
chuckv |
124 |
|
15 |
|
|
#define notifyFortranCutoffs F90_FUNC(notifyfortrancutoffs, NOTIFYFORTRANCUTOFFS) |
16 |
|
|
|
17 |
gezelter |
117 |
extern "C"{ |
18 |
|
|
|
19 |
chuckv |
124 |
void notifyFortranCutoffs( double *rCut, |
20 |
|
|
double *rSw, |
21 |
|
|
double *rList ); |
22 |
|
|
|
23 |
|
|
} |
24 |
|
|
#endif |