aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cell.c b/src/cell.c
index 826b003e..f155b5e0 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -916,3 +916,12 @@ UnitCell *load_cell_from_pdb(const char *filename)
return cell;
}
+
+
+#ifdef GSL_FUDGE
+/* Force the linker to bring in CBLAS to make GSL happy */
+void fudge_gslcblas()
+{
+ STATUS("%p\n", cblas_sgemm);
+}
+#endif