FEM: correct typos

This commit is contained in:
Stefan Tröger
2025-04-28 18:54:11 +02:00
committed by Chris Hennes
parent 2c40c8291c
commit 4479fd4d2d
3 changed files with 9 additions and 8 deletions

View File

@@ -228,8 +228,8 @@ PyObject* FemPostPipelinePy::load(PyObject* args)
else {
std::string error = std::string(
"Multistep load requires 4 arguments: ResultList, ValueList, unit, type");
PyErr_SetString(PyExc_ValueError, error.c_str());
return nullptr;
PyErr_SetString(PyExc_ValueError, error.c_str());
return nullptr;
}
}
return nullptr;