mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
NoInteraction: Remove unnecessary "notImplemented" statement
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user