xref: /phasta/phastaIO/phiotmrc.h (revision 98d6580a8ecca5add329d7adadb1985835e1e604)
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