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())
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"fvMatrix<Type>::setReference"
|
||||
"("
|
||||
"const label celli, "
|
||||
"const Type& value, "
|
||||
"const bool forceReference"
|
||||
")"
|
||||
)
|
||||
FatalErrorInFunction
|
||||
<< "celli out of bound"
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
|
Reference in a new issue