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 _SETSYNCIOPARAM_H_ 6 #define _SETSYNCIOPARAM_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 } 21 22 #endif 23 24 #endif 25