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
e71bab71
Commit
e71bab71
authored
Nov 25, 2010
by
mattijs
Browse files
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
parents
59695e5a
95bc0572
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/checkMesh/checkTopology.C
View file @
e71bab71
...
...
@@ -147,8 +147,8 @@ Foam::label Foam::checkTopology
}
}
fa
ceSet
oneCells
(
mesh
,
"oneInternalFaceCells"
,
mesh
.
nCells
()
/
100
);
fa
ceSet
twoCells
(
mesh
,
"twoInternalFacesCells"
,
mesh
.
nCells
()
/
100
);
ce
ll
Set
oneCells
(
mesh
,
"oneInternalFaceCells"
,
mesh
.
nCells
()
/
100
);
ce
ll
Set
twoCells
(
mesh
,
"twoInternalFacesCells"
,
mesh
.
nCells
()
/
100
);
forAll
(
nInternalFaces
,
cellI
)
{
...
...
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