mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Convert old units to udunits in test code
Found a couple more units to convert. refs #261
This commit is contained in:
parent
35cec634e5
commit
595feb280b
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user