mirror of https://github.com/CGAL/cgal
removed Envelope_base class
This commit is contained in:
parent
999436961c
commit
fd84eecc8b
|
|
@ -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_base.h,v $
|
||||||
// $Id$
|
// $Revision$ $Date$
|
||||||
//
|
// $Name: $
|
||||||
//
|
//
|
||||||
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
|
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
|
||||||
|
|
||||||
|
|
@ -44,16 +44,16 @@ enum Dac_decision
|
||||||
NOT_SET
|
NOT_SET
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class _Traits>
|
//template <class _Traits>
|
||||||
class Envelope_base_3
|
//class Envelope_base_3
|
||||||
{
|
//{
|
||||||
public:
|
//public:
|
||||||
typedef _Traits Traits;
|
// typedef _Traits Traits;
|
||||||
|
//
|
||||||
// virtual destructor.
|
// // virtual destructor.
|
||||||
virtual ~Envelope_base_3(){}
|
// virtual ~Envelope_base_3(){}
|
||||||
|
//
|
||||||
};
|
//};
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
CGAL_END_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue