Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
17220 commits behind the upstream repository.
Christophe Geuzaine's avatar
Christophe Geuzaine authored
- tentative fix for the "mysterious" crashes on Windows:

  I think that the problem comes from the new recursive tetra
  classification, where we probably overflow the stack on Windows. The
  fix is to request a larger initial stack size through the linker.

- added option to control label saving in unrolled geo files

- only test for neg jacobians for 2D/plane meshes for now

- fixed several compiler warnings
a4779ae8
History