From fd085cef667718cf15d89822595bd307e4b21f68 Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Mon, 11 May 2009 17:14:07 +0000 Subject: [PATCH] PointWithNormal_3 concept does not exist anymore --- Point_set_processing_3/include/CGAL/Point_with_normal_3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Point_set_processing_3/include/CGAL/Point_with_normal_3.h b/Point_set_processing_3/include/CGAL/Point_with_normal_3.h index 40be736b1ab..a270b21892c 100644 --- a/Point_set_processing_3/include/CGAL/Point_with_normal_3.h +++ b/Point_set_processing_3/include/CGAL/Point_with_normal_3.h @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2008 INRIA (France). +// Copyright (c) 2007-2009 INRIA (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under @@ -31,9 +31,6 @@ CGAL_BEGIN_NAMESPACE /// - a position, /// - a normal (oriented). /// -/// @heading Is Model for the Concepts: -/// - Model of the PointWithNormal_3 concept. -/// /// @heading Parameters: /// @param Gt Kernel's geometric traits.