STYLE: use default for constructors/destructors

This commit is contained in:
Mark Olesen
2019-10-28 16:13:42 +01:00
committed by Andrew Heather
parent 80daea6017
commit 4de1215b44
19 changed files with 33 additions and 80 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd |
\\ / A nd | Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011 OpenFOAM Foundation
@ -50,8 +50,6 @@ class valveBank
:
public PtrList<engineValve>
{
private:
// Private Member Functions
//- No copy construct
@ -92,10 +90,8 @@ public:
}
// Destructor - default
// Member Functions
//- Destructor
~valveBank() = default;
};