summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/Internal_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/Internal_point.h')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Internal_point.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Internal_point.h b/src/Bottleneck_distance/include/gudhi/Internal_point.h
index 1a050d48..27a59d3f 100644
--- a/src/Bottleneck_distance/include/gudhi/Internal_point.h
+++ b/src/Bottleneck_distance/include/gudhi/Internal_point.h
@@ -51,14 +51,6 @@ inline int null_point_index() {
return -1;
}
-} // namespace bottleneck_distance
-
-} // namespace Gudhi
-
-namespace CGAL {
-
-typedef Gudhi::bottleneck_distance::Internal_point Internal_point;
-
struct Construct_coord_iterator {
typedef const double* result_type;
const double* operator()(const Internal_point& p) const
@@ -67,6 +59,12 @@ struct Construct_coord_iterator {
{ return p.vec+2; }
};
-} //namespace CGAL
+} // namespace bottleneck_distance
+
+} // namespace Gudhi
+
+
+
+
#endif // INTERNAL_POINT_H_