Closed coprigent closed 7 months ago
Attention: Patch coverage is 65.48673%
with 39 lines
in your changes are missing coverage. Please review.
Project coverage is 43.98%. Comparing base (
058f9a3
) to head (cf436e4
).
Files | Patch % | Lines |
---|---|---|
src/mmg3d/hash_3d.c | 65.48% | 17 Missing and 22 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This update refactorizes the function
MMG_chkBdryTria
. It is now written as a sequence of several sub-functions. It does not modify the behaviour or features of mmg. However, this update is necessary for parmmg, in order to take into account the fact that we pack themesh->tria
array when extra triangles are deleted from it. This update primarily ensures the maintainability of the code and avoids redundancy in mmg and parmmg.