From bcad458b3ae140b815fe21f57531fc3ec9fa3c93 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 4 Dec 2003 19:53:41 +0000
Subject: [PATCH] Explicitly say that the mesh will be incorrect if the
 swapping failed

---
 Mesh/3D_Extrude.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp
index e4fd6c138d..8a1e915ae1 100644
--- a/Mesh/3D_Extrude.cpp
+++ b/Mesh/3D_Extrude.cpp
@@ -1,4 +1,4 @@
-// $Id: 3D_Extrude.cpp,v 1.68 2003-12-04 19:44:36 geuzaine Exp $
+// $Id: 3D_Extrude.cpp,v 1.69 2003-12-04 19:53:41 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -1085,7 +1085,7 @@ int Extrude_Mesh(Tree_T * Volumes)
     Msg(STATUS3, "Swapping %d", TEST_IS_ALL_OK);
     if(TEST_IS_ALL_OK == j) {
       if(j)
-        Msg(GERROR, "Unable to swap all edges: try Recombine...");
+        Msg(GERROR, "Unable to swap all edges (output mesh will be incorrect): use 'Recombine'");
       break;
     }
     j = TEST_IS_ALL_OK;
-- 
GitLab