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
|
||||
{
|
||||
FatalErrorIn("mapDistribute::distribute(..)")
|
||||
FatalErrorInFunction
|
||||
<< "Unknown communication schedule "
|
||||
<< Pstream::commsTypeNames[commsType]
|
||||
<< abort(FatalError);
|
||||
|
@ -708,7 +708,7 @@ void Foam::mapDistribute::distribute
|
|||
}
|
||||
else
|
||||
{
|
||||
FatalErrorIn("mapDistribute::distribute(..)")
|
||||
FatalErrorInFunction
|
||||
<< "Unknown communication schedule " << commsType
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
|
Reference in a new issue