diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
commit | 0ff13d993b880739295de343bca62f06fac5ca0c (patch) | |
tree | 252a51b4314c19c04a9eda87973eeaae63167a41 /lib/GSL/gsl-aux.c | |
parent | cd937c2be2900b8f13506d9ae7c731ad43d74e05 (diff) |
documentation
Diffstat (limited to 'lib/GSL/gsl-aux.c')
-rw-r--r-- | lib/GSL/gsl-aux.c | 8 |
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 | ||
67 | void no_abort_on_error() { | 67 | void no_abort_on_error() { |