ENH: mapDistribute: extra printing

This commit is contained in:
mattijs
2011-01-24 17:32:54 +00:00
parent 4f30c291bd
commit fe8545958a

View File

@ -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;