Change FatalErrorInFunction
This commit is contained in:
parent
590f3ca7fd
commit
874a994a5d
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ void Foam::mapDistribute::distribute
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FatalErrorIn("mapDistribute::distribute(..)")
|
FatalErrorInFunction
|
||||||
<< "Unknown communication schedule "
|
<< "Unknown communication schedule "
|
||||||
<< Pstream::commsTypeNames[commsType]
|
<< Pstream::commsTypeNames[commsType]
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
|
@ -708,7 +708,7 @@ void Foam::mapDistribute::distribute
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FatalErrorIn("mapDistribute::distribute(..)")
|
FatalErrorInFunction
|
||||||
<< "Unknown communication schedule " << commsType
|
<< "Unknown communication schedule " << commsType
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue