From 5e26bf4946f9bf1de5cbc8ff0f8895752dc4822f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 9 Oct 2001 07:40:21 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index dcbfdda0f9..545f5bad52 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -284,7 +284,7 @@ StringXNumber GeneralOptions_Number[] = {
 
 StringXNumber GeometryOptions_Number[] = {
   { F|O, "AutoCoherence" , opt_geometry_auto_coherence , 1. , 
-    "Should all duplicate entities be automatically be removed? (Beware! Setting this option to 1 will slow down things a lot)" }, 
+    "Should all duplicate entities be automatically removed?" }, 
   { F|O, "Normals" , opt_geometry_normals , 0. , 
     "Size of the vectors normal to the surfaces" }, 
   { F|O, "Tangents" , opt_geometry_tangents , 0. ,
-- 
GitLab