ENH: lduMesh: move printing under debug message

This commit is contained in:
mattijs
2013-04-03 16:28:15 +01:00
parent 450e9dfeb9
commit 399b84cce9

View File

@ -93,6 +93,7 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<lduMesh>& ip)
// Print actual contents // Print actual contents
if (lduMesh::debug)
{ {
const labelList& l = addr.lowerAddr(); const labelList& l = addr.lowerAddr();
const labelList& u = addr.upperAddr(); const labelList& u = addr.upperAddr();