summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h b/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
index c0b6383f..3f3723c3 100644
--- a/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
+++ b/src/Bottleneck_distance/include/gudhi/Planar_neighbors_finder.h
@@ -94,7 +94,7 @@ private:
};
/** \internal \typedef \brief Planar_neighbors_finder is the used implementation. */
-typedef Naive_pnf Planar_neighbors_finder;
+typedef Cgal_pnf Planar_neighbors_finder;
inline Naive_pnf::Naive_pnf(double r_) :
r(r_), grid() { }