diff options
Diffstat (limited to 'lib/Data/Packed/Internal/aux.c')
-rw-r--r-- | lib/Data/Packed/Internal/aux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Data/Packed/Internal/aux.c b/lib/Data/Packed/Internal/aux.c index fe611e2..3db3535 100644 --- a/lib/Data/Packed/Internal/aux.c +++ b/lib/Data/Packed/Internal/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 | int transR(KRMAT(x),RMAT(t)) { | 66 | int transR(KRMAT(x),RMAT(t)) { |
67 | REQUIRES(xr==tc && xc==tr,BAD_SIZE); | 67 | REQUIRES(xr==tc && xc==tr,BAD_SIZE); |