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
ffd1c58c
Commit
ffd1c58c
authored
Apr 12, 2013
by
andy
Browse files
ENH: Made interpolationMethodToWord function static
parent
24a0d15c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
View file @
ffd1c58c
...
...
@@ -639,7 +639,7 @@ Foam::word
Foam
::
AMIInterpolation
<
SourcePatch
,
TargetPatch
>::
interpolationMethodToWord
(
const
interpolationMethod
&
im
)
const
)
{
word
method
=
"unknown-interpolationMethod"
;
...
...
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H
View file @
ffd1c58c
...
...
@@ -302,10 +302,10 @@ public:
label
singlePatchProc
()
const
;
//- Convert interpolationMethod to word representation
word
interpolationMethodToWord
static
word
interpolationMethodToWord
(
const
interpolationMethod
&
method
)
const
;
);
// Source patch
...
...
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