From 76a8798dd4d11ddc7b56caf47fd1648975406fd9 Mon Sep 17 00:00:00 2001 From: mcarrier Date: Thu, 23 Aug 2018 22:46:28 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3830 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 04f64bf534f31e593769a1222f7b3256db6b39d7 --- .../include/gudhi/common_persistence_representations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Persistence_representations') 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(); using Persistence_diagram = std::vector >; /** - * 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, std::pair )>; -- cgit v1.2.3