From 0baac7f79ee8caf82a3c9d51a3dd0794663a7d24 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Oct 2017 06:25:04 +0000 Subject: Travis fixes --- src/eigenlib.h | 4 ++-- src/fastblas.cpp | 5 +++++ src/fastopenblas.h | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/eigenlib.h b/src/eigenlib.h index b29fa63..7fb69ad 100644 --- a/src/eigenlib.h +++ b/src/eigenlib.h @@ -19,9 +19,9 @@ #ifndef __EIGENLIB_H__ #define __EIGENLIB_H__ -#include +// #include -using namespace std; +// using namespace std; void eigenlib_dgemm(const char *TransA, const char *TransB, const double alpha, const gsl_matrix *A, const gsl_matrix *B, const double beta, diff --git a/src/fastblas.cpp b/src/fastblas.cpp index 94640a5..6180683 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -17,6 +17,7 @@ */ #include "gsl/gsl_matrix.h" +#include // std::min #include #include #include @@ -79,6 +80,7 @@ void fast_cblas_dgemm(const enum CBLAS_ORDER Order, #ifndef NDEBUG size_t i,j; if (is_debug_mode()) { + #ifdef DISABLED printf (" Top left corner of matrix A: \n"); for (i=0; i