xref: /phasta/phastaIO/phiotmrc.h (revision 3964a29a7f38426c31f34f31a5251ddd14e65cbd)
1 #ifndef __PHIOTMRC_H__
2 #define __PHIOTMRC_H__
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 double phiotmrc (void);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif // __PHIOTMRC_H__
15