diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index f7b2e7fafd..0178c13875 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -1529,13 +1529,18 @@ void Foam::autoSnapDriver::doSnap if (!meshOk) { - Info<< "Did not succesfully snap mesh. Giving up." - << nl << endl; - - // Use current mesh as base mesh - meshMover.correct(); - - break; + WarningIn("autoSnapDriver::doSnap(..)") + << "Did not succesfully snap mesh." + << " Continuing to snap to resolve easy surfaces but the" + << " resulting mesh will not satisfy your quality" + << " constraints" << nl << endl; + //Info<< "Did not succesfully snap mesh. Giving up." + // << nl << endl; + // + //// Use current mesh as base mesh + //meshMover.correct(); + // + //break; } if (debug&meshRefinement::MESH)