STYLE: line endings

This commit is contained in:
laurence
2013-09-19 16:25:11 +01:00
parent ccb0e90abb
commit e24e08bba3

View File

@ -299,8 +299,8 @@ void Foam::conformalVoronoiMesh::checkCells()
// //
// if (Pstream::master()) // if (Pstream::master())
// { // {
// Info<< "Checking on master processor the dual locations of each " << nl // Info<< "Checking on master processor the dual locations of each" << nl
// << "processor point list against the master dual list." << nl // << " processor point list against the master dual list." << nl
// << "There are " << pointFieldList.size() << " processors" << nl // << "There are " << pointFieldList.size() << " processors" << nl
// << "The size of each processor's dual list is:" << endl; // << "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 xs(CGAL::to_double(closestPoint.x()));
// CGAL::Gmpq ys(CGAL::to_double(closestPoint.y())); // CGAL::Gmpq ys(CGAL::to_double(closestPoint.y()));
// CGAL::Gmpq zs(CGAL::to_double(closestPoint.z())); // CGAL::Gmpq zs(CGAL::to_double(closestPoint.z()));
// std::cout<< "slave = " << xs << " " << ys << " " << zs // std::cout<< "slave = " << xs << " " << ys << " "
// << zs
// << std::endl; // << std::endl;
// //
// nNearMatches++; // nNearMatches++;
@ -385,7 +386,7 @@ void Foam::conformalVoronoiMesh::checkCells()
// else // else
// { // {
// nNonMatches++; // nNonMatches++;
// Info<< " Closest point to " << masterPoint << " is " // Info<< "Closest point to " << masterPoint << " is "
// << closestPoint << nl // << closestPoint << nl
// << " Separation is " << minCloseness << endl; // << " Separation is " << minCloseness << endl;
// //
@ -399,7 +400,8 @@ void Foam::conformalVoronoiMesh::checkCells()
// CGAL::Gmpq xs(CGAL::to_double(closestPoint.x())); // CGAL::Gmpq xs(CGAL::to_double(closestPoint.x()));
// CGAL::Gmpq ys(CGAL::to_double(closestPoint.y())); // CGAL::Gmpq ys(CGAL::to_double(closestPoint.y()));
// CGAL::Gmpq zs(CGAL::to_double(closestPoint.z())); // CGAL::Gmpq zs(CGAL::to_double(closestPoint.z()));
// std::cout<< "slave = " << xs << " " << ys << " " << zs // std::cout<< "slave = " << xs << " " << ys << " "
// << zs
// << std::endl; // << std::endl;
// } // }
// } // }