summaryrefslogtreecommitdiff
path: root/src/Persistence_representations
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-23 22:46:28 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-23 22:46:28 +0000
commit76a8798dd4d11ddc7b56caf47fd1648975406fd9 (patch)
treeb59441e76b4bbbdf4fd18fc34ebedcb732fe4092 /src/Persistence_representations
parent9105db85c5b1fc303fb16216f969a3d90a5bb7c2 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3830 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: 04f64bf534f31e593769a1222f7b3256db6b39d7
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> )>;