mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +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 Y;
|
||||||
double Z;
|
double Z;
|
||||||
int I;
|
int I;
|
||||||
double M2[3][4]; /* r */
|
double M2[3][4]; /* rad */
|
||||||
double M3[2][3][4]; /* d */
|
double M3[2][3][4]; /* degree */
|
||||||
char C[10];
|
char C[10];
|
||||||
UDT2 N;
|
UDT2 N;
|
||||||
UDT2 NA[2];
|
UDT2 NA[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user