From 774d889744687a18f1c2979972f8679bf7d0cfd1 Mon Sep 17 00:00:00 2001 From: abv Date: Thu, 29 May 2014 16:39:13 +0400 Subject: [PATCH] 0024974: GCC compiler warnings 'backslash inside comment' Backslash at the end of the line within comment escaped by dot to avoid GCC warning --- src/IntCurveSurface/IntCurveSurface.cdl | 6 +++--- src/MAT2d/MAT2d_MiniPath.cdl | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/IntCurveSurface/IntCurveSurface.cdl b/src/IntCurveSurface/IntCurveSurface.cdl index ab6c83b152..ab117e2128 100644 --- a/src/IntCurveSurface/IntCurveSurface.cdl +++ b/src/IntCurveSurface/IntCurveSurface.cdl @@ -46,9 +46,9 @@ is -- \ Uo ^ \ U1 ^ -- \ | n \ | n -- Surf ====\======|=== ====\======|=== - -- \ \ - -- \ \ - -- U1 \ Uo \ + -- \ . \ . + -- \ . \ . + -- U1 \ . Uo \ . -- -- -- ( In ) ( Out ) diff --git a/src/MAT2d/MAT2d_MiniPath.cdl b/src/MAT2d/MAT2d_MiniPath.cdl index adfa7e01ff..9dd642d1c5 100644 --- a/src/MAT2d/MAT2d_MiniPath.cdl +++ b/src/MAT2d/MAT2d_MiniPath.cdl @@ -55,11 +55,11 @@ is -- the path is an exploration of the tree which contains -- the connexions and their reverses. -- if the tree of connexions is - -- A - -- / \ - -- B E - -- / \ \ - -- C D F + -- A + -- / | + -- B E + -- / | | + -- C D F -- -- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E, -- E->F, F->E, E->A.