xref: /phasta/phSolver/common/tmrc.h (revision 50a6f6340c649c1738186cf6fd8c42a882135a5f)
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