mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use default destructor in header definitions
This commit is contained in:
committed by
Andrew Heather
parent
310c5d934e
commit
38b53e5346
@ -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) 2016-2017 Wikki Ltd
|
||||
@ -107,9 +107,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
//-Destructor
|
||||
virtual ~faMeshLduAddressing()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~faMeshLduAddressing() = default;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
@ -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) 2016-2017 Wikki Ltd
|
||||
@ -103,8 +103,7 @@ public:
|
||||
|
||||
|
||||
//- Destructor
|
||||
virtual ~cyclicFaPatch()
|
||||
{}
|
||||
virtual ~cyclicFaPatch() = default;
|
||||
|
||||
|
||||
// Member functions
|
||||
|
||||
@ -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) 2016-2017 Wikki Ltd
|
||||
@ -113,8 +113,7 @@ public:
|
||||
}
|
||||
|
||||
//- Destructor
|
||||
virtual ~symmetryFaPatch()
|
||||
{}
|
||||
virtual ~symmetryFaPatch() = default;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -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) 2016-2017 Wikki Ltd
|
||||
@ -87,8 +87,7 @@ public:
|
||||
|
||||
|
||||
//- Destructor
|
||||
virtual ~wedgeFaPatch()
|
||||
{}
|
||||
virtual ~wedgeFaPatch() = default;
|
||||
|
||||
|
||||
// Member functions
|
||||
|
||||
Reference in New Issue
Block a user