xref: /phasta/AcuStat/include/setsyncioparamAcuStat.h (revision 1e99f302ca5103688ae35115c2fefb7cfa6714f1)
1 /*  Primary interface for the Phasta Binary read and write routines these*/
2 /*  functions are 'C' callable.( All arguments have been kept as pointers to*/
3 /*  facilitate calling from Fortran )*/
4 /*  Michel Rasquin  Spring 2012, inspired from phastaIO.h*/
5 #ifndef _SETSYNCIOPARAMACUSTAT_H_
6 #define _SETSYNCIOPARAMACUSTAT_H_
7 
8 #include <FCMangle.h>
9 
10 #define detectd2wallfiles FortranCInterface_GLOBAL_(detectd2wallfiles,DETECTD2WALLFILES)
11 
12 
13 #if defined (__cplusplus)
14 extern "C" {
15 #endif
16 
17   void detectd2wallfiles(int* numd2wallfiles);
18 
19 #ifdef __cplusplus
20 } // end of extern "C".
21 
22 #endif // __cplusplus
23 
24 #endif // _SETSYNCIOPARAM_H_
25