removed Envelope_base_3

This commit is contained in:
Michal Meyerovitch 2006-02-23 09:14:52 +00:00
parent cd3de47f52
commit dc9921d82d
1 changed files with 4 additions and 4 deletions

View File

@ -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_triangles_test_3.h,v $
// $Revision$ $Date$
// $Name: $
//
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
@ -50,7 +50,7 @@
CGAL_BEGIN_NAMESPACE
template <class EnvelopeTraits_3, class MinimizationDiagram_2>
class Envelope_triangles_test_3 : public Envelope_base_3<EnvelopeTraits_3>
class Envelope_triangles_test_3
{
public:
typedef EnvelopeTraits_3 Traits;