From f41faf5fcf2ceb0dc05d4b825b43518f30b1b0c9 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 4 Sep 2013 12:33:47 +0100 Subject: [PATCH] STYLE: autoSnapDriver: message indenting --- .../autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index 822592771c0..53e63e9e44d 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -1835,7 +1835,8 @@ void Foam::autoSnapDriver::doSnap { WarningIn("autoSnapDriver::doSnap(..)") << "Did not succesfully snap mesh." - << " Continuing to snap to resolve easy surfaces but the" + << " Continuing to snap to resolve easy" << nl + << " surfaces but the" << " resulting mesh will not satisfy your quality" << " constraints" << nl << endl; //Info<< "Did not succesfully snap mesh. Giving up." -- GitLab