FACT++  1.0
static void vrmat ( double  rmat[3][3],
double  expected[3][3],
const char *  func,
double  dval,
int *  status 
)
static

Definition at line 158 of file palTest.c.

References i, sprintf(), and vvd().

Referenced by t_ecmat(), t_nut(), t_prebn(), t_prec(), and t_vecmat().

159  {
160  int i;
161  char buf[10];
162  for( i = 0; i < 3; i++ ) {
163  int j;
164  for( j = 0; j < 3; j++ ) {
165  sprintf( buf, "%d,%d", i, j );
166  vvd( rmat[i][j], expected[i][j], dval, func, buf, status );
167  }
168  }
169 }
int i
Definition: db_dim_client.c:21
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99
sprintf(name1,"NewService%d", i)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: