diff options
author | Pjotr Prins | 2017-10-14 08:12:09 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-14 08:12:09 +0000 |
commit | b3e613a67c2a8cc6c7e910b5120618724392bf7a (patch) | |
tree | 62e99813031764ecc63d367dc2139b95b3dd1c07 /src | |
parent | c7678424a339a61d189f1d6a8d42d84683f7c2a7 (diff) | |
download | pangemma-b3e613a67c2a8cc6c7e910b5120618724392bf7a.tar.gz |
Travis
Diffstat (limited to 'src')
-rw-r--r-- | src/fastblas.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fastblas.cpp b/src/fastblas.cpp index a286de7..35d19c1 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -26,9 +26,7 @@ #include "fastblas.h" #include "mathfunc.h" #include <string.h> -#ifndef NDEBUG #include "eigenlib.h" -#endif using namespace std; |