Replace Base::Exception with appropriate subclass

This commit is contained in:
wmayer
2018-11-14 17:19:30 +01:00
parent f34ec4534c
commit 560b415f19
5 changed files with 8 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ App::DocumentObjectExecReturn *FemMeshShapeNetgenObject::execute(void)
myNetGenMesher.Compute();
// throw Base::Exception("Compute Done\n");
// throw Base::RuntimeError("Compute Done\n");
SMESHDS_Mesh* data = const_cast<SMESH_Mesh*>(newMesh.getSMesh())->GetMeshDS();
const SMDS_MeshInfo& info = data->GetMeshInfo();