Skip to content
GitLab
Menu
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
df3b406e
Commit
df3b406e
authored
May 11, 2018
by
Mark OLESEN
Browse files
COMP: resolve faceZone constructor ambiguity for gcc 4.8.1
parent
26c24492
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C
View file @
df3b406e
...
...
@@ -266,7 +266,7 @@ Foam::faceZone::faceZone
(
const
word
&
name
,
const
labelUList
&
addr
,
const
boolList
&
fm
,
const
bool
U
List
&
fm
,
const
label
index
,
const
faceZoneMesh
&
zm
)
...
...
@@ -328,7 +328,7 @@ Foam::faceZone::faceZone
(
const
faceZone
&
origZone
,
const
labelUList
&
addr
,
const
boolList
&
fm
,
const
bool
U
List
&
fm
,
const
label
index
,
const
faceZoneMesh
&
zm
)
...
...
@@ -468,7 +468,7 @@ void Foam::faceZone::resetAddressing
void
Foam
::
faceZone
::
resetAddressing
(
const
labelUList
&
addr
,
const
boolList
&
flipMap
const
bool
U
List
&
flipMap
)
{
clearAddressing
();
...
...
src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H
View file @
df3b406e
...
...
@@ -177,7 +177,7 @@ public:
(
const
word
&
name
,
const
labelUList
&
addr
,
const
boolList
&
fm
,
const
bool
U
List
&
fm
,
const
label
index
,
const
faceZoneMesh
&
zm
);
...
...
@@ -208,7 +208,7 @@ public:
(
const
faceZone
&
origZone
,
const
labelUList
&
addr
,
const
boolList
&
fm
,
const
bool
U
List
&
fm
,
const
label
index
,
const
faceZoneMesh
&
zm
);
...
...
@@ -236,7 +236,7 @@ public:
virtual
autoPtr
<
faceZone
>
clone
(
const
labelUList
&
addr
,
const
boolList
&
fm
,
const
bool
U
List
&
fm
,
const
label
index
,
const
faceZoneMesh
&
zm
)
const
...
...
@@ -309,7 +309,7 @@ public:
virtual
void
resetAddressing
(
const
labelUList
&
addr
,
const
boolList
&
flipMap
const
bool
U
List
&
flipMap
);
//- Move reset addressing - use uniform flip map value
...
...
Write
Preview
Supports
Markdown
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