STYLE: foamyHexMesh printouts
This commit is contained in:
parent
e7388fefb8
commit
8d3508f78a
@ -146,7 +146,8 @@ void Foam::DelaunayMesh<Triangulation>::printInfo(Ostream& os) const
|
||||
++vit
|
||||
)
|
||||
{
|
||||
if (!vit->farPoint())
|
||||
// Only internal or boundary vertices have a size
|
||||
if (vit->internalOrBoundaryPoint())
|
||||
{
|
||||
minSize = min(vit->targetCellSize(), minSize);
|
||||
maxSize = max(vit->targetCellSize(), maxSize);
|
||||
|
@ -143,7 +143,7 @@ void Foam::PrintTable<KeyType, DataType>::print
|
||||
os << nl << indent << tab << "# " << title_.c_str() << endl;
|
||||
|
||||
os.width(largestKeyLength);
|
||||
os << indent << "# Proc No";
|
||||
os << indent << "# Proc";
|
||||
|
||||
forAll(procData, procI)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user