Use udunits package for units conversions

Changed the files in our math utilities to use the udunits symbols

refs #231
This commit is contained in:
Alex Lin 2016-05-11 16:20:44 -05:00
parent 384519ce24
commit ee8f07469e
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ typedef enum {
typedef struct {
Euler_Seq euler_sequence; /* -- Euler rotation sequence */
double euler_angles[3]; /* (r) Euler rot angles from
double euler_angles[3]; /* (rad) Euler rot angles from
Frame 1 to Frame 2 */
double location[3]; /* (m) Frame 1 origin to Frame 2
origin vector, referenced

View File

@ -53,8 +53,8 @@ typedef struct {
and 1 to 0 */
double pause; /* s Pause time between end of first doublet
pulse and start of second doublet pulse */
double frequency; /* (one/s) Frequency of oscillating waves */
double phase; /* r Phase offset for start of
double frequency; /* (1/s) Frequency of oscillating waves */
double phase; /* (rad) Phase offset for start of
oscillating waves */
/*