severinstrobl / overlap

Exact calculation of the overlap volume and area of spheres and mesh elements
GNU General Public License v3.0
30 stars 15 forks source link

Upgrade third-party dependency Eigen to version 3.4 #25

Open severinstrobl opened 2 years ago

severinstrobl commented 2 years ago

Recently Eigen 3.4.0 was released, marking the first major release in a while. The overlap library should be tested with this release and if everything works out the Eigen sub-module should be updated accordingly.

severinstrobl commented 1 year ago

The switch to Eigen 3.4.0 is done in #48 and included in the development branch. Once the development branch is merged into the mainline, this issue can be closed.