ENH: Updated notImplemented(...)->NotImplemented messages
This commit is contained in:
@ -102,14 +102,7 @@ void Foam::patchTransformedInterpolation::interpolate
|
||||
pointScalarField&
|
||||
) const
|
||||
{
|
||||
notImplemented
|
||||
(
|
||||
"void Foam::patchTransformedInterpolation::interpolate"
|
||||
"("
|
||||
"const volScalarField&"
|
||||
"pointScalarField&"
|
||||
")"
|
||||
);
|
||||
NotImplemented;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user