diff options
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |