sgsellan / gpytoolbox

A collection of utility functions to prototype geometry processing research in python
https://gpytoolbox.org
GNU General Public License v3.0
196 stars 16 forks source link

libigl removed function mat_max #105

Open odedstein opened 10 months ago

odedstein commented 10 months ago

libigl has removed mat_max in recent versions. We use it in src/cpp/upper_envelope.cpp.

We should update our code so it will work with newer versions of libigl when we eventually upgrade.