fix duplicated include guard macro name

This commit is contained in:
Sébastien Loriot 2015-10-28 13:44:46 +01:00
parent 87b6490af7
commit 36b68c936f
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
//
// Author(s) : Yin Xu, Andreas Fabri and Ilker O. Yaz
#ifndef CGAL_SURFACE_MODELING_WEIGHTS_H
#define CGAL_SURFACE_MODELING_WEIGHTS_H
#ifndef CGAL_PMP_INTERNAL_HOLE_FILLING_WEIGHTS_H
#define CGAL_PMP_INTERNAL_HOLE_FILLING_WEIGHTS_H
/// @cond CGAL_DOCUMENT_INTERNAL
#include <CGAL/boost/graph/helpers.h>
@ -661,4 +661,4 @@ public:
}//namespace CGAL
#endif //CGAL_SURFACE_MODELING_WEIGHTS_H
#endif //CGAL_PMP_INTERNAL_HOLE_FILLING_WEIGHTS_H