NoInteraction: Remove unnecessary "notImplemented" statement

This commit is contained in:
Henry
2011-09-07 12:38:53 +01:00
parent 15007fb23e
commit 46aab230c1

View File

@ -74,18 +74,6 @@ bool Foam::NoInteraction<CloudType>::correct
const tetIndices&
)
{
notImplemented
(
"bool Foam::NoInteraction<CloudType>::correct"
"("
"typename CloudType::parcelType& , "
"const polyPatch&, "
"bool&, "
"const scalarr, "
"vector&"
") const"
);
return false;
}