mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use unique_ptr for resource handling in dynamicMesh
ENH: defaulting for destructors where possible STYLE: clear() instead of setSize(0) for plain Lists STYLE: use bool operator instead of valid()/empty() for autoPtr tests
This commit is contained in:
@ -324,7 +324,6 @@ bool Foam::polyMeshGeometry::checkFaceTet
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
// Construct from components
|
||||
Foam::polyMeshGeometry::polyMeshGeometry(const polyMesh& mesh)
|
||||
:
|
||||
mesh_(mesh)
|
||||
|
||||
Reference in New Issue
Block a user