diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-11 17:34:24 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-11 17:34:24 +0000 |
commit | cd937c2be2900b8f13506d9ae7c731ad43d74e05 (patch) | |
tree | 8a4161c6510aac58b3ab85041145fb19ea6c5615 /lib/Data/Packed/Internal/aux.h | |
parent | 834b4837799611fd7fbaa9609ea587e041cb0ca1 (diff) |
allow setting off GSL default error handler
Diffstat (limited to 'lib/Data/Packed/Internal/aux.h')
-rw-r--r-- | lib/Data/Packed/Internal/aux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal/aux.h b/lib/Data/Packed/Internal/aux.h index d055d35..83111e5 100644 --- a/lib/Data/Packed/Internal/aux.h +++ b/lib/Data/Packed/Internal/aux.h | |||
@@ -24,3 +24,5 @@ int submatrixR(int r1, int r2, int c1, int c2, KRMAT(x),RMAT(r)); | |||
24 | 24 | ||
25 | int diagR(KRVEC(d),RMAT(r)); | 25 | int diagR(KRVEC(d),RMAT(r)); |
26 | int diagC(KCVEC(d),CMAT(r)); | 26 | int diagC(KCVEC(d),CMAT(r)); |
27 | |||
28 | const char * gsl_strerror (const int gsl_errno); | ||