Mesh: C++ core guidelines

This commit is contained in:
wmayer
2023-09-25 20:43:31 +02:00
committed by wwmayer
parent dca598f4e5
commit a364141c58
99 changed files with 984 additions and 597 deletions

View File

@@ -69,7 +69,7 @@ App::DocumentObjectExecReturn* SetOperations::execute()
std::unique_ptr<MeshObject> pcKernel(new MeshObject()); // Result Meshkernel
MeshCore::SetOperations::OperationType type;
MeshCore::SetOperations::OperationType type {};
string ot(OperationType.getValue());
if (ot == "union") {
type = MeshCore::SetOperations::Union;