FACT++  1.0
static void viv ( int  ival,
int  ivalok,
const char *  func,
const char *  test,
int *  status 
)
static

Definition at line 65 of file palTest.c.

References verbose.

Referenced by t_afin(), t_caf2r(), t_caldj(), t_cd2tf(), t_cldj(), t_cr2af(), t_cr2tf(), t_ctf2d(), t_ctf2r(), t_djcal(), t_dmat(), t_flotin(), t_intin(), t_obs(), t_planet(), and t_tp().

87 {
88  if (ival != ivalok) {
89  *status = 1;
90  printf("%s failed: %s want %d got %d\n",
91  func, test, ivalok, ival);
92  } else if (verbose) {
93  printf("%s passed: %s want %d got %d\n",
94  func, test, ivalok, ival);
95  }
96  return;
97 }
static int verbose
Definition: palTest.c:60

+ Here is the caller graph for this function: