xref: /phasta/phSolver/common/syncio.h (revision 7acde132a6def0fe2daaec0d1a712dff0e5c6636)
1ab645d52SCameron Smith #ifndef SYNCIO_H
2ab645d52SCameron Smith #define SYNCIO_H
3*549af74fSCameron Smith #include "phIO.h"
4ab645d52SCameron Smith #ifdef __cplusplus
5ab645d52SCameron Smith extern "C" {
6ab645d52SCameron Smith #endif
7ab645d52SCameron Smith void syncio_setup_read(int nfiles, phio_fp* f);
8ab645d52SCameron Smith void syncio_setup_write(int nfiles, int nfields, int nppf, phio_fp* f);
9ab645d52SCameron Smith #ifdef __cplusplus
10ab645d52SCameron Smith }
11ab645d52SCameron Smith #endif
12ab645d52SCameron Smith #endif
13