xref: /phasta/phSolver/common/tmrc.h (revision a5c8caf212f7fc43de65b1ab86a6f33aff31f966)
1 #ifndef COMMON_TMRC_H
2 #define COMMON_TMRC_H
3 
4 #include <FCMangle.h>
5 #define TMRC FortranCInterface_GLOBAL_(tmrc, TMRC)
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 double TMRC(void);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
18