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
8ffa04c8
Commit
8ffa04c8
authored
Oct 24, 2008
by
Mark Olesen
Browse files
cosmetics
parent
2bb928ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
View file @
8ffa04c8
...
...
@@ -431,17 +431,17 @@ public:
return
faces_
;
}
const
DynamicList
<
label
>&
region
()
const
const
DynamicList
<
label
>&
region
()
const
{
return
region_
;
}
const
DynamicList
<
label
>&
faceOwner
()
const
const
DynamicList
<
label
>&
faceOwner
()
const
{
return
faceOwner_
;
}
const
DynamicList
<
label
>&
faceNeighbour
()
const
const
DynamicList
<
label
>&
faceNeighbour
()
const
{
return
faceNeighbour_
;
}
...
...
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