summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/Internal_point.h
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-05 15:42:42 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-05 15:42:42 +0000
commit3e2c4df7d6ac217f09d3aff6d238e71de8229e5b (patch)
tree14fb2bd9bcfcd32bf5d115e2a1b1c9b697bdffe3 /src/Bottleneck_distance/include/gudhi/Internal_point.h
parent6d1bfe69ea473088eb2ca3ede626a2accaa58205 (diff)
review prise en compte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_integration@1821 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4c24c2bebc49c70d0502ffdb1f23e451d17a3b88
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_