43#define INSPIRALBCVSPINBANKTESTC_ENORM 0
44#define INSPIRALBCVSPINBANKTESTC_EMEM 1
45#define INSPIRALBCVSPINBANKTESTC_ESUB 2
46#define INSPIRALBCVSPINBANKTESTC_EFILE 4
48#define INSPIRALBCVSPINBANKTESTC_MSGENORM "Normal exit"
49#define INSPIRALBCVSPINBANKTESTC_MSGEMEM "Memory allocation error"
50#define INSPIRALBCVSPINBANKTESTC_MSGESUB "Subroutine error"
51#define INSPIRALBCVSPINBANKTESTC_MSGEFILE "File I/O error"
55#include <lal/LALStdlib.h>
56#include <lal/LALGSL.h>
57#include <gsl/gsl_matrix.h>
76 for (
i = 0;
i < 10;
i++)
77 for (j = 0; j < 3; j++)
80 for (
i = 0;
i < 10;
i++)
81 for (j = 0; j < 3; j++)
84 printf (
"m(%d,%d) = %g\n",
i, j,
x);
void testfunction(LALStatus *status)
void REPORTSTATUS(LALStatus *status)
#define CALLGSL(statement, statusptr)
#define CHECKSTATUSPTR(statusptr)
#define ATTATCHSTATUSPTR(statusptr)
#define DETATCHSTATUSPTR(statusptr)
#define RETURN(statusptr)