summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/example/sliced_wasserstein.cpp
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-03 15:54:01 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-03 15:54:01 +0000
commitb2f3d32845b9e3dac752311fbd3b750d8b6ba030 (patch)
treef2a1d094809108a6de5269372d0d616fd295f324 /src/Persistence_representations/example/sliced_wasserstein.cpp
parent4ed2c5e0d99a48d242deb3318d01731cd21fd1d0 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3412 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: 612ea7ce6d4d5d743e606f9d7b443e21b25d8034
Diffstat (limited to 'src/Persistence_representations/example/sliced_wasserstein.cpp')
-rw-r--r--src/Persistence_representations/example/sliced_wasserstein.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Persistence_representations/example/sliced_wasserstein.cpp b/src/Persistence_representations/example/sliced_wasserstein.cpp
index d37cb23c..2104e2b2 100644
--- a/src/Persistence_representations/example/sliced_wasserstein.cpp
+++ b/src/Persistence_representations/example/sliced_wasserstein.cpp
@@ -26,6 +26,7 @@
#include <vector>
#include <utility>
+using Persistence_diagram = Gudhi::Persistence_representations::Persistence_diagram;
using SW = Gudhi::Persistence_representations::Sliced_Wasserstein;
int main(int argc, char** argv) {