File: error.h

package info (click to toggle)
gsl 2.3%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 20,392 kB
  • ctags: 15,188
  • sloc: ansic: 235,014; sh: 11,541; makefile: 869
file content (4 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (29)
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)