Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
30529400
Commit
30529400
authored
Mar 16, 2012
by
mattijs
Browse files
STYLE: tetrahedronI.H: unused variables
parent
624237bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
View file @
30529400
...
...
@@ -704,8 +704,6 @@ tetSliceWithPlane
// Tet cut into two prisms. Determine the positive one.
label
pos0
=
-
1
;
label
pos1
=
-
1
;
label
neg0
=
-
1
;
label
neg1
=
-
1
;
forAll
(
d
,
i
)
{
if
(
d
[
i
]
>
0
)
...
...
@@ -719,17 +717,6 @@ tetSliceWithPlane
pos1
=
i
;
}
}
else
{
if
(
neg0
==
-
1
)
{
neg0
=
i
;
}
else
{
neg1
=
i
;
}
}
}
//Pout<< "Split 2pos tet " << tet << " d:" << d
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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