mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: line endings
This commit is contained in:
@ -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++;
|
||||
@ -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;
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user