3370a3e9caab4708e02f00a5ae34f6aaba27a428
The previous version of the code would call new_vertex() outside of the mutex, which would trigger a call to resize some std::vector<>s. This addresses the issue by moving the vertex such that the initialization of ev is contained within the mutex.
libigl - A simple C++ geometry processing library
Documentation, tutorial, and instructions at https://libigl.github.io.
| 🚨 Important |
|---|
| The latest version of libigl (v2.4.0) introduces some breaking changes to its CMake build system. Please read our changelog page for instructions on how to update your project accordingly. |
Languages
C++
96.4%
CMake
2.6%
C
1%
