summaryrefslogtreecommitdiff
path: root/src/Bottleneck/include/gudhi/Neighbors_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck/include/gudhi/Neighbors_finder.h')
-rw-r--r--src/Bottleneck/include/gudhi/Neighbors_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck/include/gudhi/Neighbors_finder.h b/src/Bottleneck/include/gudhi/Neighbors_finder.h
index ac3f8600..be81877a 100644
--- a/src/Bottleneck/include/gudhi/Neighbors_finder.h
+++ b/src/Bottleneck/include/gudhi/Neighbors_finder.h
@@ -58,7 +58,7 @@ private:
bool contains(int v_point_index);
};
-Neighbors_finder::Neighbors_finder(double r) :
+inline Neighbors_finder::Neighbors_finder(double r) :
r(r), planar_neighbors_f(r), projections_f() { }
inline void Neighbors_finder::add(int v_point_index) {