[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-11-22 12:02:27 +00:00
parent 408eed1657
commit c1f71489e0
13 changed files with 477 additions and 403 deletions

View File

@@ -38,7 +38,11 @@ PROPERTY_SOURCE(Fem::FemSetElementNodesObject, Fem::FemSetObject)
FemSetElementNodesObject::FemSetElementNodesObject()
{
ADD_PROPERTY_TYPE(Elements, (), "Element indexes", Prop_None, "Elements belonging to the ElementSet");
ADD_PROPERTY_TYPE(Elements,
(),
"Element indexes",
Prop_None,
"Elements belonging to the ElementSet");
}
FemSetElementNodesObject::~FemSetElementNodesObject() = default;
@@ -56,4 +60,3 @@ PyObject* FemSetElementNodesObject::getPyObject()
}
return Py::new_reference_to(PythonObject);
}