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
aad962a0
Commit
aad962a0
authored
Sep 07, 2017
by
mattijs
Browse files
COMP: checkMesh: missing header
parent
775f3996
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/checkMesh/checkTopology.H
View file @
aad962a0
...
...
@@ -6,6 +6,16 @@ namespace Foam
{
class
polyMesh
;
class
surfaceWriter
;
class
pointSet
;
template
<
class
PatchType
>
void
checkPatch
(
const
bool
allGeometry
,
const
word
&
name
,
const
PatchType
&
pp
,
pointSet
&
points
);
label
checkTopology
(
...
...
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