Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
53b99618
Commit
53b99618
authored
Nov 03, 2018
by
Mark Olesen
Browse files
STYLE: remove unused variables
parent
6043c962
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sampling/surface/cutting/cuttingSurfaceCuts.C
View file @
53b99618
...
...
@@ -38,9 +38,6 @@ void Foam::cuttingSurface::calcCellCuts
)
{
const
pointField
&
cc
=
fvm
.
C
();
const
faceList
&
faces
=
fvm
.
faces
();
const
cellList
&
cells
=
fvm
.
cells
();
const
pointField
&
pts
=
fvm
.
points
();
const
label
nCells
=
fvm
.
nCells
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment