From 0fbd26c1b9f998fba172d14487e2b26d10d13b81 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 16 Jan 2011 21:09:33 +0100 Subject: Don't duplicate symbols with GSL fudge --- src/cell.c | 2 +- src/filters.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); } diff --git a/src/filters.c b/src/filters.c index ef6011d9..c4e409df 100644 --- a/src/filters.c +++ b/src/filters.c @@ -123,7 +123,7 @@ void filter_noise(struct image *image, float *old) #ifdef GSL_FUDGE /* Force the linker to bring in CBLAS to make GSL happy */ -void fudge_gslcblas() +void filters_fudge_gslcblas() { STATUS("%p\n", cblas_sgemm); } -- cgit v1.2.3