From e24e08bba35e35a44b035b976b65b6047628a549 Mon Sep 17 00:00:00 2001 From: laurence Date: Thu, 19 Sep 2013 16:25:11 +0100 Subject: [PATCH] STYLE: line endings --- .../conformalVoronoiMeshCalcDualMesh.C | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C index c96fad1e49..cb17a1367d 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C +++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C @@ -299,8 +299,8 @@ void Foam::conformalVoronoiMesh::checkCells() // // if (Pstream::master()) // { -// Info<< "Checking on master processor the dual locations of each " << nl -// << "processor point list against the master dual list." << nl +// Info<< "Checking on master processor the dual locations of each" << nl +// << " processor point list against the master dual list." << nl // << "There are " << pointFieldList.size() << " processors" << nl // << "The size of each processor's dual list is:" << endl; // @@ -377,7 +377,8 @@ void Foam::conformalVoronoiMesh::checkCells() // CGAL::Gmpq xs(CGAL::to_double(closestPoint.x())); // CGAL::Gmpq ys(CGAL::to_double(closestPoint.y())); // CGAL::Gmpq zs(CGAL::to_double(closestPoint.z())); -// std::cout<< "slave = " << xs << " " << ys << " " << zs +// std::cout<< "slave = " << xs << " " << ys << " " +// << zs // << std::endl; // // nNearMatches++; @@ -385,7 +386,7 @@ void Foam::conformalVoronoiMesh::checkCells() // else // { // nNonMatches++; -// Info<< " Closest point to " << masterPoint << " is " +// Info<< "Closest point to " << masterPoint << " is " // << closestPoint << nl // << " Separation is " << minCloseness << endl; // @@ -399,7 +400,8 @@ void Foam::conformalVoronoiMesh::checkCells() // CGAL::Gmpq xs(CGAL::to_double(closestPoint.x())); // CGAL::Gmpq ys(CGAL::to_double(closestPoint.y())); // CGAL::Gmpq zs(CGAL::to_double(closestPoint.z())); -// std::cout<< "slave = " << xs << " " << ys << " " << zs +// std::cout<< "slave = " << xs << " " << ys << " " +// << zs // << std::endl; // } // }