diff options
author | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
commit | 8c82a8294483ffac4d8e9635376723f26a8ae27b (patch) | |
tree | c987e3646be820fe703452ad250979e4f3c112a9 /src/fastopenblas.h | |
parent | f112b0fa5f29651b5af8cb3bd1c2933f010c2960 (diff) | |
download | pangemma-8c82a8294483ffac4d8e9635376723f26a8ae27b.tar.gz |
Fixes for gcc (GCC) 10.1.0
Started to remove eigenlib (again)
Diffstat (limited to 'src/fastopenblas.h')
-rw-r--r-- | src/fastopenblas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastopenblas.h b/src/fastopenblas.h index e98e62f..2fc743e 100644 --- a/src/fastopenblas.h +++ b/src/fastopenblas.h @@ -25,9 +25,9 @@ #include <iostream> extern "C" { - #include <cblas.h> // For OpenBlas / Atlas + // #include <cblas.h> // For OpenBlas / Atlas } -#include "gsl/gsl_matrix.h" +// #include "gsl/gsl_matrix.h" void fast_cblas_dgemm(const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, |