summaryrefslogtreecommitdiff
path: root/src/Bottleneck/include/gudhi/Layered_neighbors_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bottleneck/include/gudhi/Layered_neighbors_finder.h')
-rw-r--r--src/Bottleneck/include/gudhi/Layered_neighbors_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck/include/gudhi/Layered_neighbors_finder.h b/src/Bottleneck/include/gudhi/Layered_neighbors_finder.h
index e6b7f30d..58805b86 100644
--- a/src/Bottleneck/include/gudhi/Layered_neighbors_finder.h
+++ b/src/Bottleneck/include/gudhi/Layered_neighbors_finder.h
@@ -54,7 +54,7 @@ private:
std::vector<Neighbors_finder> neighbors_finder;
};
-Layered_neighbors_finder::Layered_neighbors_finder(double r) :
+inline Layered_neighbors_finder::Layered_neighbors_finder(double r) :
r(r), neighbors_finder() { }
inline void Layered_neighbors_finder::add(int v_point_index, int vlayer) {