FatalErrorInFunction
This commit is contained in:
parent
cbbedf6451
commit
7520bd7c67
1 changed files with 1 additions and 9 deletions
|
@ -608,15 +608,7 @@ void Foam::fvMatrix<Type>::setReference
|
||||||
|
|
||||||
if (celli >= diag().size())
|
if (celli >= diag().size())
|
||||||
{
|
{
|
||||||
FatalErrorIn
|
FatalErrorInFunction
|
||||||
(
|
|
||||||
"fvMatrix<Type>::setReference"
|
|
||||||
"("
|
|
||||||
"const label celli, "
|
|
||||||
"const Type& value, "
|
|
||||||
"const bool forceReference"
|
|
||||||
")"
|
|
||||||
)
|
|
||||||
<< "celli out of bound"
|
<< "celli out of bound"
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue