From d2558643f39b9ee60d1478d172476ea0bd1b46f0 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Thu, 26 Apr 2018 16:23:44 +0200 Subject: [PATCH] Fix MatrixIndexType --- src/Mod/Sketcher/App/planegcs/GCS.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/Sketcher/App/planegcs/GCS.cpp b/src/Mod/Sketcher/App/planegcs/GCS.cpp index ceff36fa6f..639fdbc79e 100644 --- a/src/Mod/Sketcher/App/planegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/planegcs/GCS.cpp @@ -105,8 +105,7 @@ #include #include -typedef Eigen::Matrix MatrixIndexType; -typedef Eigen::PermutationMatrix PermutationType; +typedef Eigen::FullPivHouseholderQR::IntDiagSizeVectorType MatrixIndexType; #ifdef _GCS_DEBUG void LogMatrix(std::string str, Eigen::MatrixXd matrix )