MeshPart: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:08:33 +01:00
parent ec4d8a7500
commit 8c7213e847
12 changed files with 27 additions and 27 deletions

View File

@@ -81,7 +81,7 @@
using namespace MeshPart;
SMESH_Gen* Mesher::_mesh_gen = 0;
SMESH_Gen* Mesher::_mesh_gen = nullptr;
MeshingOutput::MeshingOutput()