Skip to content
Snippets Groups Projects
Commit ffd1c58c authored by andy's avatar andy
Browse files

ENH: Made interpolationMethodToWord function static

parent 24a0d15c
Branches
Tags
No related merge requests found
...@@ -639,7 +639,7 @@ Foam::word ...@@ -639,7 +639,7 @@ Foam::word
Foam::AMIInterpolation<SourcePatch, TargetPatch>::interpolationMethodToWord Foam::AMIInterpolation<SourcePatch, TargetPatch>::interpolationMethodToWord
( (
const interpolationMethod& im const interpolationMethod& im
) const )
{ {
word method = "unknown-interpolationMethod"; word method = "unknown-interpolationMethod";
......
...@@ -302,10 +302,10 @@ public: ...@@ -302,10 +302,10 @@ public:
label singlePatchProc() const; label singlePatchProc() const;
//- Convert interpolationMethod to word representation //- Convert interpolationMethod to word representation
word interpolationMethodToWord static word interpolationMethodToWord
( (
const interpolationMethod& method const interpolationMethod& method
) const; );
// Source patch // Source patch
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment