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