# HG changeset patch
# User Dmitriy Morozov <dmitriy@mrzv.org>
# Date 1230073815 28800
# Node ID 0a9729f0fcbec20534ebba21af42a4b690dbe5c9
# Parent  9efac05d629bff51fda3762820f483299a99ecb0
Removed boundary() from AlphaSimplex3D

diff -r 9efac05d629b -r 0a9729f0fcbe examples/alphashapes/alphashapes3d.h
--- a/examples/alphashapes/alphashapes3d.h	Tue Dec 23 11:40:38 2008 -0800
+++ b/examples/alphashapes/alphashapes3d.h	Tue Dec 23 15:10:15 2008 -0800
@@ -59,7 +59,6 @@
 		RealType					value() const						{ return CGAL::to_double(alpha_); }
 		RealValue					alpha() const						{ return alpha_; }
 		bool						attached() const					{ return attached_; }
-		Boundary                    boundary() const;
 
 		// Ordering
 		struct AlphaOrder
diff -r 9efac05d629b -r 0a9729f0fcbe examples/alphashapes/alphashapes3d.hpp
--- a/examples/alphashapes/alphashapes3d.hpp	Tue Dec 23 11:40:38 2008 -0800
+++ b/examples/alphashapes/alphashapes3d.hpp	Tue Dec 23 15:10:15 2008 -0800
@@ -118,16 +118,6 @@
 	alpha_ = CGAL::squared_radius(p1, p2, p3, p4);
 }
 
-AlphaSimplex3D::Boundary
-AlphaSimplex3D::boundary() const
-{
-	Boundary bdry;
-	Parent::Boundary pbdry = Parent::boundary();
-	for (Parent::Boundary::const_iterator cur = pbdry.begin(); cur != pbdry.end(); ++cur)
-		bdry.push_back(*cur);
-	return bdry;
-}
-
 
 bool 
 AlphaSimplex3D::AlphaOrder::