ENH: Updated notImplemented(...)->NotImplemented messages

This commit is contained in:
Andrew Heather
2015-12-08 22:56:15 +00:00
parent 53053fed78
commit 8400a1c19f
11 changed files with 12 additions and 43 deletions

View File

@ -102,14 +102,7 @@ void Foam::patchTransformedInterpolation::interpolate
pointScalarField&
) const
{
notImplemented
(
"void Foam::patchTransformedInterpolation::interpolate"
"("
"const volScalarField&"
"pointScalarField&"
")"
);
NotImplemented;
}