Merge pull request #177 from eefi/bug/matrix/clbas

[fix] typo in compiler warning when no CBLAS found
This commit is contained in:
Al Barrentine
2017-04-12 20:58:00 -04:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
#ifdef HAVE_CBLAS
#include <cblas.h>
#else
#warning "No CLBAS"
#warning "No CBLAS"
#endif
typedef enum {