From 13133ba9c96addfd42872a9ab7dec3d483bfb974 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 5 May 1998 21:09:52 +0000 Subject: [PATCH] removed backslash which conuses cpp --- src/gdd/gdd.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gdd/gdd.h b/src/gdd/gdd.h index c4802a99a..5e0b07f31 100644 --- a/src/gdd/gdd.h +++ b/src/gdd/gdd.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.24 1997/08/05 00:51:12 jhill + * fixed problems in aitString and the conversion matrix + * * Revision 1.23 1997/04/23 17:12:59 jhill * fixed export of symbols from WIN32 DLL * @@ -156,9 +159,9 @@ class gddScalar; // class structure for DDs: // // gddScalar -// \ +// | // gddAtomic gddContainer -// \ / +// | | // gdd // // All the subclasses of gdd are around to simplify creation and use of