Fem: modernize C++: use equals default
This commit is contained in:
@@ -42,9 +42,7 @@ PropertyFemMesh::PropertyFemMesh() : _FemMesh(new FemMesh)
|
||||
{
|
||||
}
|
||||
|
||||
PropertyFemMesh::~PropertyFemMesh()
|
||||
{
|
||||
}
|
||||
PropertyFemMesh::~PropertyFemMesh() = default;
|
||||
|
||||
void PropertyFemMesh::setValuePtr(FemMesh* mesh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user