Fem: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 12:25:49 +02:00
committed by wwmayer
parent e2b74d4880
commit 2bcec7717d
83 changed files with 161 additions and 449 deletions

View File

@@ -56,13 +56,9 @@ using namespace Fem;
TYPESYSTEM_SOURCE(Fem::PropertyPostDataObject , App::Property)
PropertyPostDataObject::PropertyPostDataObject()
{
}
PropertyPostDataObject::PropertyPostDataObject() = default;
PropertyPostDataObject::~PropertyPostDataObject()
{
}
PropertyPostDataObject::~PropertyPostDataObject() = default;
void PropertyPostDataObject::scaleDataObject(vtkDataObject *dataObject, double s)
{