summaryrefslogtreecommitdiff
path: root/lib/GSL/gsl-aux.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/gsl-aux.c')
-rw-r--r--lib/GSL/gsl-aux.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/GSL/gsl-aux.c b/lib/GSL/gsl-aux.c
index eec3e5f..c2839a8 100644
--- a/lib/GSL/gsl-aux.c
+++ b/lib/GSL/gsl-aux.c
@@ -58,10 +58,10 @@
58#define GCVEC(A) int A##n, gsl_complex*A##p 58#define GCVEC(A) int A##n, gsl_complex*A##p
59#define KGCVEC(A) int A##n, const gsl_complex*A##p 59#define KGCVEC(A) int A##n, const gsl_complex*A##p
60 60
61#define BAD_SIZE 1000 61#define BAD_SIZE 2000
62#define BAD_CODE 1001 62#define BAD_CODE 2001
63#define MEM 1002 63#define MEM 2002
64#define BAD_FILE 1003 64#define BAD_FILE 2003
65 65
66 66
67void no_abort_on_error() { 67void no_abort_on_error() {