Convert old units to udunits in test code

Found a couple more units to convert.

refs #261
This commit is contained in:
Alex Lin 2016-06-30 11:24:18 -05:00
parent 35cec634e5
commit 595feb280b

View File

@ -71,8 +71,8 @@ class UDT3 {
double Y;
double Z;
int I;
double M2[3][4]; /* r */
double M3[2][3][4]; /* d */
double M2[3][4]; /* rad */
double M3[2][3][4]; /* degree */
char C[10];
UDT2 N;
UDT2 NA[2];