Mesh: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 17:46:03 +02:00
committed by wwmayer
parent 68bf28bea7
commit d11fdf3ba9
83 changed files with 201 additions and 809 deletions

View File

@@ -42,10 +42,6 @@ Feature::Feature()
ADD_PROPERTY_TYPE(Mesh,(MeshObject()),0,App::Prop_Output,"The mesh kernel");
}
Feature::~Feature()
{
}
App::DocumentObjectExecReturn *Feature::execute()
{
this->Mesh.touch();