mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove unused variables
This commit is contained in:
@ -38,9 +38,6 @@ void Foam::cuttingSurface::calcCellCuts
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
const pointField& cc = fvm.C();
|
const pointField& cc = fvm.C();
|
||||||
|
|
||||||
const faceList& faces = fvm.faces();
|
|
||||||
const cellList& cells = fvm.cells();
|
|
||||||
const pointField& pts = fvm.points();
|
const pointField& pts = fvm.points();
|
||||||
|
|
||||||
const label nCells = fvm.nCells();
|
const label nCells = fvm.nCells();
|
||||||
|
|||||||
Reference in New Issue
Block a user