Info new line tweak.

This commit is contained in:
graham
2008-11-05 12:22:01 +00:00
parent 0180a47666
commit b9e5ba41da

View File

@ -31,7 +31,7 @@ License
void Foam::CV3D::writePoints(const fileName& fName, bool internalOnly) const 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); OFstream str(fName);
for for
@ -56,7 +56,7 @@ void Foam::CV3D::writeDual
const fileName& fName const fileName& fName
) const ) 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); OFstream str(fName);
@ -83,7 +83,7 @@ void Foam::CV3D::writeDual
void Foam::CV3D::writeTriangles(const fileName& fName, bool internalOnly) const 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); OFstream str(fName);
labelList vertexMap(number_of_vertices()); labelList vertexMap(number_of_vertices());