mirror of https://github.com/CGAL/cgal
removed Envelope_base_3
This commit is contained in:
parent
cd3de47f52
commit
dc9921d82d
|
|
@ -11,9 +11,9 @@
|
||||||
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||||
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// $URL$
|
// $Source: /CVSROOT/CGAL/Packages/Envelope_3/include/CGAL/Envelope_triangles_test_3.h,v $
|
||||||
// $Id$
|
// $Revision$ $Date$
|
||||||
//
|
// $Name: $
|
||||||
//
|
//
|
||||||
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
|
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
|
||||||
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
template <class EnvelopeTraits_3, class MinimizationDiagram_2>
|
template <class EnvelopeTraits_3, class MinimizationDiagram_2>
|
||||||
class Envelope_triangles_test_3 : public Envelope_base_3<EnvelopeTraits_3>
|
class Envelope_triangles_test_3
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef EnvelopeTraits_3 Traits;
|
typedef EnvelopeTraits_3 Traits;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue