summaryrefslogtreecommitdiff
path: root/gsl-1.9/cdf/error.h
blob: 83db7bab85b9f09819502ed0d9e6641420439d84 (plain)
1
2
3
4
/* CDF_ERROR: call the error handler, and return a NAN. */

#define CDF_ERROR(reason, gsl_errno) GSL_ERROR_VAL(reason, gsl_errno, GSL_NAN)