Merge pull request #177 from eefi/bug/matrix/clbas
[fix] typo in compiler warning when no CBLAS found
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#ifdef HAVE_CBLAS
|
#ifdef HAVE_CBLAS
|
||||||
#include <cblas.h>
|
#include <cblas.h>
|
||||||
#else
|
#else
|
||||||
#warning "No CLBAS"
|
#warning "No CBLAS"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user