Julien Cortial
Julien Cortial
It is obvious when looking at the source code : https://github.com/MmgTools/mmg/blob/fe5ce205b47804546e4493ebfa542e3c7f5a1915/src/mmg3d/API_functions_3d.c#L943 However, MMG3D_Set_triangle (actually used in the examples) does not perform the switch.
Fixes https://github.com/MmgTools/mmg/issues/265
Linked to issue: https://github.com/spack/spack/issues/43747
The expression ```perl grep($p, @lcovutil::internal_dirs) ``` always evaluates to ```perl @lcovutil::internal_dirs ``` and so evaluates to `true` as soon as `@lcovutil::internal_dirs` has one or more elements.