mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Revert "STYLE: overset: warning message. Fixes #691."
This reverts commit 0ee1ed638f.
This commit is contained in:
@ -120,7 +120,7 @@ void Foam::oversetFvPatchField<Type>::initEvaluate
|
|||||||
{
|
{
|
||||||
IOWarningInFunction(fvSchemes)
|
IOWarningInFunction(fvSchemes)
|
||||||
<< "Missing required dictionary entries"
|
<< "Missing required dictionary entries"
|
||||||
<< " 'oversetInterpolation' or 'oversetInterpolationRequired'"
|
<< " 'oversetInterpolation' and 'oversetInterpolationRequired'"
|
||||||
<< ". Skipping overset interpolation for field "
|
<< ". Skipping overset interpolation for field "
|
||||||
<< fldName << endl;
|
<< fldName << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user