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-plus
Commits
e7777787
Commit
e7777787
authored
Feb 14, 2015
by
Henry
Browse files
polyMeshModifier: Corrected member function documentation
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1143
parent
cec7f52d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H
View file @
e7777787
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2015
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -63,10 +63,10 @@ class polyMeshModifier
{
// Private data
//- Name of
zone
//- Name of
modifier
word
name_
;
//- Index of
zone
//- Index of
modifier
label
index_
;
//- Reference to morph engine
...
...
@@ -140,13 +140,13 @@ public:
// Member Functions
//- Return name
//- Return name
of this modifier
const
word
&
name
()
const
{
return
name_
;
}
//- Return the index of this
patch in the boundaryMesh
//- Return the index of this
modifier
label
index
()
const
{
return
index_
;
...
...
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