From cd3de47f5277ca6077e5ce2090a8d2b02b9e4b68 Mon Sep 17 00:00:00 2001 From: Michal Meyerovitch Date: Thu, 23 Feb 2006 09:14:30 +0000 Subject: [PATCH] remove Envelope_base_3 --- Envelope_3/include/CGAL/Envelope_test_3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Envelope_3/include/CGAL/Envelope_test_3.h b/Envelope_3/include/CGAL/Envelope_test_3.h index 8f79f670378..68474e22577 100644 --- a/Envelope_3/include/CGAL/Envelope_test_3.h +++ b/Envelope_3/include/CGAL/Envelope_test_3.h @@ -11,9 +11,9 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL$ -// $Id$ -// +// $Source: /CVSROOT/CGAL/Packages/Envelope_3/include/CGAL/Envelope_test_3.h,v $ +// $Revision$ $Date$ +// $Name: $ // // Author(s) : Michal Meyerovitch @@ -48,7 +48,7 @@ CGAL_BEGIN_NAMESPACE template -class Envelope_test_3 : public Envelope_base_3 +class Envelope_test_3 { public: typedef EnvelopeTraits_3 Traits;