ubc-nvining 3370a3e9ca Fixes a race condition in the dual contouring code. (#2045)
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.
2022-06-04 16:03:47 -04:00
2022-03-28 09:42:06 -04:00
2022-04-01 12:39:37 -04:00
2014-06-17 16:26:13 -04:00
2013-11-25 14:20:30 +01:00
2013-11-25 14:20:30 +01:00
2022-02-09 18:58:40 -08:00

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.
S
Description
No description provided
Readme
375 MiB
Languages
C++ 96.4%
CMake 2.6%
C 1%