From b9e5ba41da40b3f9fa38b880a37442748b6af9ea Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 5 Nov 2008 12:22:01 +0000 Subject: [PATCH] Info new line tweak. --- applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C b/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C index 1c070842aa..74ed9e7936 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C @@ -31,7 +31,7 @@ License void Foam::CV3D::writePoints(const fileName& fName, bool internalOnly) const { - Info<< nl << "Writing points to " << fName << nl << endl; + Info<< nl << "Writing points to " << fName << endl; OFstream str(fName); for @@ -56,7 +56,7 @@ void Foam::CV3D::writeDual const fileName& fName ) const { - Info<< nl << "Writing dual points and faces to " << fName << nl << endl; + Info<< nl << "Writing dual points and faces to " << fName << endl; OFstream str(fName); @@ -83,7 +83,7 @@ void Foam::CV3D::writeDual void Foam::CV3D::writeTriangles(const fileName& fName, bool internalOnly) const { - Info<< nl << "Writing triangles to " << fName << nl << endl; + Info<< nl << "Writing triangles to " << fName << endl; OFstream str(fName); labelList vertexMap(number_of_vertices());