[Genabel-commits] r1035 - pkg/ProbABEL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 29 10:27:29 CET 2012


Author: lckarssen
Date: 2012-11-29 10:27:29 +0100 (Thu, 29 Nov 2012)
New Revision: 1035

Modified:
   pkg/ProbABEL/src/eigen_mematrix.cpp
Log:
Remove Eigen includes from eigen_mematrix.cpp as they are loaded in the corresponding .h file. The copyright of this changes lies with the Erasmus MC, Rotterdam

Modified: pkg/ProbABEL/src/eigen_mematrix.cpp
===================================================================
--- pkg/ProbABEL/src/eigen_mematrix.cpp	2012-11-28 22:49:00 UTC (rev 1034)
+++ pkg/ProbABEL/src/eigen_mematrix.cpp	2012-11-29 09:27:29 UTC (rev 1035)
@@ -1,8 +1,6 @@
 #ifndef EIGEN_MEMATRI1_H
 #define EIGEN_MEMATRI1_H
 #include "eigen_mematrix.h"
-#include <Eigen/Dense>
-#include <Eigen/LU>
 #include <iostream>
 #include <string>
 #include <cstdarg>



More information about the Genabel-commits mailing list