Skip to content
Snippets Groups Projects
Commit bd49b865 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

Update eigen to fix dupl. symbols error.

Also added <cassert>, former code implicitly used an assert() function
from eigen which was recently renamed to eigen_assert().
parent 48a89587
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#pragma once #pragma once
#include <Eigen/Sparse> #include <Eigen/Sparse>
#include <cassert>
#include <iosfwd> #include <iosfwd>
#include <string> #include <string>
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#pragma once #pragma once
#include <Eigen/Core> #include <Eigen/Core>
#include <cassert>
#include <limits> #include <limits>
#include "mathlib_export.h" #include "mathlib_export.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"hugo": "0.122.0", "hugo": "0.122.0",
"boost": "1.73.0", "boost": "1.73.0",
"eigen": "3.4.0", "eigen": "3.4.0",
"eigen-unsupported": "81e012c909475ab945a6730ec098b5bee7548184", "eigen-unsupported": "9000b3767770f6dd0f4cfb12f4e19c71921885a4",
"vtk": "9.3.0", "vtk": "9.3.0",
"petsc": "3.18.6", "petsc": "3.18.6",
"qt": "5.14.2", "qt": "5.14.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment