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
cecf469e
Commit
cecf469e
authored
Apr 12, 2013
by
mattijs
Browse files
COMP: vtkPV3FoamMesh: adapted for wordRe
parent
37bf8b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C
View file @
cecf469e
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
2
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -179,7 +179,10 @@ void Foam::vtkPV3Foam::convertMeshPatches
const
word
patchName
=
getPartName
(
partId
);
labelHashSet
patchIds
(
patches
.
patchSet
(
List
<
wordRe
>
(
1
,
patchName
)));
labelHashSet
patchIds
(
patches
.
patchSet
(
List
<
wordRe
>
(
1
,
wordRe
(
patchName
)))
);
if
(
debug
)
{
...
...
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