FEM: correct typos

This commit is contained in:
Stefan Tröger
2025-04-28 18:54:11 +02:00
committed by Chris Hennes
parent dcb35d0107
commit 10eb015353
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;