mirror of https://github.com/CGAL/cgal
Aesthetical changes in subdivision method impl
This commit is contained in:
parent
e7bdd088eb
commit
a74e6c0a14
|
|
@ -21,8 +21,8 @@
|
||||||
//
|
//
|
||||||
// ======================================================================
|
// ======================================================================
|
||||||
|
|
||||||
#ifndef CGAL_POLYHEDRON_SUBDIVISION_IMPL_H_02102006
|
#ifndef CGAL_POLYHEDRON_SUBDIVISION_IMPL_H
|
||||||
#define CGAL_POLYHEDRON_SUBDIVISION_IMPL_H_02102006
|
#define CGAL_POLYHEDRON_SUBDIVISION_IMPL_H
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
||||||
|
|
@ -37,11 +37,10 @@
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
// ======================================================================
|
|
||||||
namespace Subdivision_method_3 {
|
namespace Subdivision_method_3 {
|
||||||
|
|
||||||
namespace Private {
|
namespace Private {
|
||||||
// ======================================================================
|
|
||||||
template <class Poly, class VertexPointMap, class Mask>
|
template <class Poly, class VertexPointMap, class Mask>
|
||||||
void PQQ_1step(Poly& p, VertexPointMap vpm, Mask mask) {
|
void PQQ_1step(Poly& p, VertexPointMap vpm, Mask mask) {
|
||||||
typedef Polyhedron_decorator_3<Poly> PD;
|
typedef Polyhedron_decorator_3<Poly> PD;
|
||||||
|
|
@ -649,9 +648,9 @@ namespace Subdivision_method_3 {
|
||||||
CGAL_postcondition(p.is_valid());
|
CGAL_postcondition(p.is_valid());
|
||||||
delete []cpt;
|
delete []cpt;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} //namespace CGAL
|
} // namespace Private
|
||||||
|
} // namespace Subdivision_method_3
|
||||||
|
} // namespace CGAL
|
||||||
|
|
||||||
#endif //CGAL_POLYHEDRON_SUBDIVISION_H_01292002
|
#endif //CGAL_POLYHEDRON_SUBDIVISION_IMPL_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue