Mesh: Fix linter warnings

This commit is contained in:
wmayer
2024-11-20 23:02:40 +01:00
committed by wwmayer
parent 4e82a0af48
commit 7a2bfb7370
86 changed files with 1734 additions and 1882 deletions

View File

@@ -41,7 +41,7 @@ class Index
FacetIndex index;
public:
Index(FacetIndex index)
explicit Index(FacetIndex index)
: index {index}
{}