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

@@ -244,7 +244,7 @@ std::vector<float> PropertyCurvatureList::getCurvature(int mode) const
// Mean curvature
if (mode == MeanCurvature) {
for (const auto& it : fCurvInfo) {
fValues.push_back(0.5f * (it.fMaxCurvature + it.fMinCurvature));
fValues.push_back(0.5F * (it.fMaxCurvature + it.fMinCurvature));
}
}
// Gaussian curvature