[fem] clean

clean unused code
This commit is contained in:
mos
2024-05-21 19:27:11 +02:00
committed by wwmayer
parent de40658f3d
commit bf1f16ac53
3 changed files with 0 additions and 92 deletions

View File

@@ -1234,6 +1234,5 @@ Py::Object StdMeshers_LayerDistributionPy::getLayerDistribution(const Py::Tuple&
if (!PyArg_ParseTuple(args.ptr(), "")) {
throw Py::Exception();
}
// return hypothesis<StdMeshers_LayerDistribution>()->GetLayerDistribution();
return Py::None();
}