[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 63424d4aee
commit d67f759ea4
13 changed files with 477 additions and 403 deletions

View File

@@ -34,7 +34,7 @@
namespace Fem
{
class FemExport FemSetElementNodesObject : public FemSetObject
class FemExport FemSetElementNodesObject: public FemSetObject
{
PROPERTY_HEADER_WITH_OVERRIDE(Fem::FemSetElementNodesObject);
@@ -56,10 +56,8 @@ public:
}
short mustExecute() const override;
PyObject* getPyObject() override;
static std::string elementsName; // = "ElementsSet";
static std::string uniqueElementsName; // "ElementsSet" latest name
static std::string elementsName; // = "ElementsSet";
static std::string uniqueElementsName; // "ElementsSet" latest name
};
} // namespace Fem