From 0fe6d1332bf21a6be2c1beeb9fada6eb1a1ff244 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Oct 2017 06:00:55 +0000 Subject: More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST which does not work on older cblas.h --- src/vc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vc.cpp') diff --git a/src/vc.cpp b/src/vc.cpp index 1465f16..f8cc2b5 100644 --- a/src/vc.cpp +++ b/src/vc.cpp @@ -41,7 +41,7 @@ #include "gsl/gsl_min.h" #include "gsl/gsl_multiroots.h" -#include "Eigen/Dense" +// #include "Eigen/Dense" #include "eigenlib.h" #include "gzstream.h" @@ -53,7 +53,7 @@ #include "vc.h" using namespace std; -using namespace Eigen; +// using namespace Eigen; // In this file, X, Y are already transformed (i.e. UtX and UtY). void VC::CopyFromParam(PARAM &cPar) { -- cgit v1.2.3