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
91532a8b
Commit
91532a8b
authored
Feb 19, 2010
by
mattijs
Browse files
STYLE: removed unused variable.
parent
7c5ca187
Changes
1
Show whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
View file @
91532a8b
...
...
@@ -57,7 +57,6 @@ void Foam::cyclicPointPatch::calcGeometry(PstreamBuffers&)
{
const
edgeList
&
cp
=
cyclicPolyPatch_
.
coupledPoints
();
const
labelList
&
mp
=
cyclicPolyPatch_
.
meshPoints
();
const
pointField
&
points
=
cyclicPolyPatch_
.
points
();
DynamicList
<
label
>
separated
;
forAll
(
cp
,
i
)
...
...
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