Skip to content
Snippets Groups Projects
Commit 399b84cc authored by mattijs's avatar mattijs
Browse files

ENH: lduMesh: move printing under debug message

parent 450e9dfe
Branches
Tags
No related merge requests found
......@@ -93,6 +93,7 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<lduMesh>& ip)
// Print actual contents
if (lduMesh::debug)
{
const labelList& l = addr.lowerAddr();
const labelList& u = addr.upperAddr();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment