mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mapDistribute: extra printing
This commit is contained in:
@ -222,7 +222,7 @@ void Foam::mapDistribute::printLayout(Ostream& os) const
|
||||
localSize = maxIndex[Pstream::myProcNo()]+1;
|
||||
}
|
||||
|
||||
os << "Layout:" << endl
|
||||
os << "Layout: (constructSize:" << constructSize_ << ")" << endl
|
||||
<< "local (processor " << Pstream::myProcNo() << "):" << endl
|
||||
<< " start : 0" << endl
|
||||
<< " size : " << localSize << endl;
|
||||
|
||||
Reference in New Issue
Block a user