9 lines
185 B
C
9 lines
185 B
C
|
#ifndef _CONVERT_H_
|
||
|
#define _CONVERT_H_
|
||
|
|
||
|
#include "../FDM/LaRCsim/ls_constants.h" /* uses RAD_TO_DEG, DEG_TO_RAD */
|
||
|
|
||
|
double uiuc_convert( int conversionType );
|
||
|
|
||
|
#endif // _CONVERT_H_
|