snappyHexMesh: Removed unused references
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -1784,8 +1784,6 @@ Foam::tmp<Foam::pointVectorField> Foam::meshRefinement::makeDisplacementField
|
||||
const labelList& adaptPatchIDs
|
||||
)
|
||||
{
|
||||
const polyMesh& mesh = pMesh();
|
||||
|
||||
// Construct displacement field.
|
||||
const pointBoundaryMesh& pointPatches = pMesh.boundary();
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -851,8 +851,6 @@ Foam::snappyLayerDriver::makeLayerDisplacementField
|
||||
}
|
||||
|
||||
|
||||
const polyMesh& mesh = pMesh();
|
||||
|
||||
// Note: time().timeName() instead of meshRefinement::timeName() since
|
||||
// postprocessable field.
|
||||
tmp<pointVectorField> tfld
|
||||
|
||||
Reference in New Issue
Block a user