From 3956f9d321cebb8a0cad7df909204e41222b0d9c Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Wed, 13 Aug 2003 11:50:46 +0000 Subject: [PATCH] patched this file to compile on Windows buggy system --- Packages/Robustness/demo/Robustness/robustness.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/Robustness/demo/Robustness/robustness.C b/Packages/Robustness/demo/Robustness/robustness.C index db051f5ef7d..8898a34943e 100644 --- a/Packages/Robustness/demo/Robustness/robustness.C +++ b/Packages/Robustness/demo/Robustness/robustness.C @@ -435,9 +435,9 @@ private slots: qte->resize(400, 300); qte->show(); qte->setText("INFORMATION:"); - qte->append("We compute the intersection points of segments using exact - and double arithmetic. Then we compute the convex hull of - those. If there are points that are different in different + qte->append("We compute the intersection points of segments using exact \ + and double arithmetic. Then we compute the convex hull of \ + those. If there are points that are different in different \ arithmetic, we mark them by a red circle."); QProgressDialog progress( "Generating segments...",