Skip to content
Snippets Groups Projects
Commit bc03a538 authored by mattijs's avatar mattijs
Browse files

ENH: mapDistribute: improved error message

parent f6395386
Branches
Tags
1 merge request!695OpenFOAM v2406
......@@ -349,7 +349,10 @@ void Foam::mapDistributeBase::receive
{
FatalErrorInFunction
<< "From processor " << proci
<< " : unallocated receive field" << nl
<< " : unallocated receive field."
<< " Expected size " << map.size()
<< " on comm " << comm
<< " with procs " << UPstream::nProcs(comm) << nl
<< exit(FatalError);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment