summaryrefslogtreecommitdiff
path: root/src/Persistence_representations
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations')
-rw-r--r--src/Persistence_representations/include/gudhi/common_persistence_representations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistence_representations/include/gudhi/common_persistence_representations.h b/src/Persistence_representations/include/gudhi/common_persistence_representations.h
index f0cd8146..a51fcfe5 100644
--- a/src/Persistence_representations/include/gudhi/common_persistence_representations.h
+++ b/src/Persistence_representations/include/gudhi/common_persistence_representations.h
@@ -43,7 +43,7 @@ static constexpr double pi = boost::math::constants::pi<double>();
using Persistence_diagram = std::vector<std::pair<double, double> >;
/**
- * In this module, we use the name Kernel for the representation of a function taking a pair of two points in the plane and returning a double.
+ * In this module, we use the name Kernel2D for the representation of a function taking a pair of two points in the plane and returning a double.
*/
using Kernel2D = std::function<double (std::pair<double, double>, std::pair<double, double> )>;