MmgTools / mmg

open source software for bidimensional and tridimensional remeshing
http://www.mmgtools.org
Other
362 stars 117 forks source link

Ignore MG_OLDPARBDY tag in MMG5_coltet and MMG5_coltetlag #272

Closed coprigent closed 4 months ago

coprigent commented 4 months ago

Since pull request #241, tag MG_OLDPARBDY may be given to edges during a split. It is then necessary to ignore it to ensure the validity of if statements using integer comparaison in MMG5_coltet and MMG5_coltetlag.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 68.75000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 50.48%. Comparing base (9e391f3) to head (5d45866). Report is 1 commits behind head on develop.

Files Patch % Lines
src/mmg3d/mmg3d1.c 69.23% 1 Missing and 3 partials :warning:
src/mmg3d/mmg3d3.c 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #272 +/- ## ======================================== Coverage 50.47% 50.48% ======================================== Files 174 174 Lines 47158 47167 +9 Branches 10259 10255 -4 ======================================== + Hits 23802 23811 +9 Misses 15633 15633 Partials 7723 7723 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Algiane commented 4 months ago

Thanks