mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Made interpolationMethodToWord function static
This commit is contained in:
@ -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:
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user