FACT++  1.0
static void vvec ( int  len,
double *  vec,
double *  expected,
const char *  func,
int *  status 
)
static

Definition at line 173 of file palTest.c.

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

Referenced by t_evp(), t_mappa(), t_moon(), t_planet(), and t_pvobs().

174  {
175  int i;
176  char buf[10];
177  for( i = 0; i < len; i++ ) {
178  sprintf( buf, "%d", i );
179  vvd( vec[i], expected[i], 1e-12, func, buf, status );
180  }
181 }
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: