Revision: | 109 |
Committed: | Tue Oct 19 20:44:36 2004 UTC (20 years, 6 months ago) by chuckv |
Content type: | text/plain |
File size: | 564 byte(s) |
Log Message: | Added new files for fortran interface. |
# | Content |
---|---|
1 | /* |
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 | |
10 | #define __C |
11 | #include "config.h" |
12 | 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 | } |
20 | |
21 | } |