aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-02-25 23:59:58 +0100
committerThomas White <taw@bitwiz.org.uk>2012-02-25 23:59:58 +0100
commitd737f85c66ee8e8f759069858ef5fc9788a32b87 (patch)
tree9e807dab8ad35fc3e9eb9b000322fd5cb920b90f /libcrystfel/src/cell.c
parent675e9292f0488f4ee9ec1c3f4dd145c949321ddf (diff)
Make --enable-gsl-fudge the default
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled.
Diffstat (limited to 'libcrystfel/src/cell.c')
-rw-r--r--libcrystfel/src/cell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c
index 59910605..63843b50 100644
--- a/libcrystfel/src/cell.c
+++ b/libcrystfel/src/cell.c
@@ -1090,13 +1090,11 @@ UnitCell *load_cell_from_pdb(const char *filename)
}
-#ifdef GSL_FUDGE
/* Force the linker to bring in CBLAS to make GSL happy */
void cell_fudge_gslcblas()
{
STATUS("%p\n", cblas_sgemm);
}
-#endif
UnitCell *rotate_cell(UnitCell *in, double omega, double phi, double rot)