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

@@ -95,7 +95,7 @@ App::DocumentObjectExecReturn* SetOperations::execute()
meshKernel2.getKernel(),
pcKernel->getKernel(),
type,
1.0e-5f);
1.0e-5F);
setOp.Do();
Mesh.setValuePtr(pcKernel.release());
}