FACT++  1.0
static void t_prec ( int *  status)
static

Definition at line 1144 of file palTest.c.

References palPrec(), and vrmat().

Referenced by main().

1144  {
1145  double rmat[3][3];
1146  double expected[3][3] = {
1147  { 0.9999856154510, -0.0049192906204, -0.0021376320580 },
1148  { 0.0049192906805, 0.9999879002027, -5.2297405698747e-06 },
1149  { 0.0021376319197, -5.2859681191735e-06, 0.9999977152483 } };
1150 
1151  palPrec( 1990.0, 2012.0, rmat );
1152  vrmat( rmat, expected, "palPrec", 1.0e-12, status );
1153 }
void palPrec(double ep0, double ep1, double rmatp[3][3])
Definition: palPrec.c:76
static void vrmat(double rmat[3][3], double expected[3][3], const char *func, double dval, int *status)
Definition: palTest.c:158

+ Here is the call graph for this function:

+ Here is the caller graph for this function: