mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: lduMesh: move printing under debug message
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user