diff options
author | Thomas White <taw@physics.org> | 2018-05-30 14:54:16 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-30 14:54:35 +0200 |
commit | 0fd3b832b1f18a272f01210c19c8fc92ec91286c (patch) | |
tree | 8b4150e23ea56954810c2d42a1c0249bca704bfb /src/scaling.c | |
parent | 920829b23cd590ddfa15a849e9ccb7adb5024490 (diff) |
libcrystfel should link against GSL and pthreads
Then programs using libcrystfel don't need -lgsl (unless they use it
themselves, of course)
Diffstat (limited to 'src/scaling.c')
-rw-r--r-- | src/scaling.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scaling.c b/src/scaling.c index cabc5952..21bd0db2 100644 --- a/src/scaling.c +++ b/src/scaling.c @@ -37,7 +37,6 @@ #include <gsl/gsl_vector.h> #include <gsl/gsl_linalg.h> #include <gsl/gsl_eigen.h> -#include <gsl/gsl_blas.h> #include <gsl/gsl_fit.h> #include <gsl/gsl_statistics_double.h> |