Blame cdf/error.h

Packit 67cb25
/* CDF_ERROR: call the error handler, and return a NAN. */
Packit 67cb25
Packit 67cb25
#define CDF_ERROR(reason, gsl_errno) GSL_ERROR_VAL(reason, gsl_errno, GSL_NAN)
Packit 67cb25