diff --git a/src/lagrangian/basic/InteractionLists/DirectInteractionList/DirectInteractionList.C b/src/lagrangian/basic/InteractionLists/DirectInteractionList/DirectInteractionList.C index d7a5cb28bd..4f53af759f 100644 --- a/src/lagrangian/basic/InteractionLists/DirectInteractionList/DirectInteractionList.C +++ b/src/lagrangian/basic/InteractionLists/DirectInteractionList/DirectInteractionList.C @@ -35,7 +35,7 @@ void Foam::DirectInteractionList::buildDirectInteractionList bool pointPointListBuild ) { - Info<< nl << "Building list of direct interaction neighbours" << endl; + Info<< " Building list of direct interaction neighbours" << endl; const polyMesh& mesh(il_.mesh()); @@ -43,7 +43,7 @@ void Foam::DirectInteractionList::buildDirectInteractionList if (pointPointListBuild) { - Info<< tab << "Point-Point direct interaction list build." << endl; + Info<< " Point-Point direct interaction list build." << endl; label pointJIndex; @@ -116,7 +116,7 @@ void Foam::DirectInteractionList::buildDirectInteractionList } else { - Info<< tab << "Point-Face, Edge-Edge direct interaction list build." + Info<< " Point-Face, Edge-Edge direct interaction list build." << endl; forAll(mesh.points(), p) @@ -319,8 +319,7 @@ Foam::DirectInteractionList::DirectInteractionList } else if ((*this).size() == 1) { - Info<< nl - << "Single cell mesh, no direct interaction lists required." + Info<< " Single cell mesh, no direct interaction lists required." << endl; (*this)[0].setSize(0); @@ -337,7 +336,7 @@ Foam::DirectInteractionList::DirectInteractionList labelListList(il.mesh().nCells()), il_(il) { - Info<< "Read DirectInteractionList from disk not implemented" << endl; + Info<< " Read DirectInteractionList from disk not implemented" << endl; } diff --git a/src/lagrangian/basic/InteractionLists/InteractionLists.C b/src/lagrangian/basic/InteractionLists/InteractionLists.C index d63392033e..60720e325c 100644 --- a/src/lagrangian/basic/InteractionLists/InteractionLists.C +++ b/src/lagrangian/basic/InteractionLists/InteractionLists.C @@ -37,7 +37,7 @@ Foam::scalar Foam::InteractionLists::transTol = 1e-12; template void Foam::InteractionLists::buildCellReferralLists() { - Info<< nl << "Determining particle referring schedule" << endl; + Info<< " Determining particle referring schedule" << endl; const ReferredCellList& refIntL(ril()); diff --git a/src/lagrangian/basic/InteractionLists/ReferredCellList/ReferredCellList.C b/src/lagrangian/basic/InteractionLists/ReferredCellList/ReferredCellList.C index 329af4f197..58bfdf3a9a 100644 --- a/src/lagrangian/basic/InteractionLists/ReferredCellList/ReferredCellList.C +++ b/src/lagrangian/basic/InteractionLists/ReferredCellList/ReferredCellList.C @@ -41,7 +41,7 @@ void Foam::ReferredCellList::buildReferredCellList bool pointPointListBuild ) { - Info << nl << "Building list of referred interaction neighbours" << endl; + Info<< " Building list of referred interaction neighbours" << endl; const polyMesh& mesh(il_.mesh()); @@ -1272,7 +1272,7 @@ void Foam::ReferredCellList::buildReferredCellList reduce(cellsReferredThisIteration, sumOp