FatalErrorInFunction

This commit is contained in:
Hrvoje Jasak 2019-09-25 09:14:55 +01:00
parent cbbedf6451
commit 7520bd7c67

View file

@ -608,15 +608,7 @@ void Foam::fvMatrix<Type>::setReference
if (celli >= diag().size())
{
FatalErrorIn
(
"fvMatrix<Type>::setReference"
"("
"const label celli, "
"const Type& value, "
"const bool forceReference"
")"
)
FatalErrorInFunction
<< "celli out of bound"
<< abort(FatalError);
}