summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/example/sliced_wasserstein.cpp
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-06 17:50:39 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-06 17:50:39 +0000
commit784697ab263e30c062e92aacfce36d1ed4070c6f (patch)
treed1a744bac07b68b449d086591c17e917da034697 /src/Persistence_representations/example/sliced_wasserstein.cpp
parentd574f7f65acdd6dde92150879c06db5e6e0b75a9 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/kernels@3269 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: 17860628d3250f689152cdf65432c5a61d76f4d2
Diffstat (limited to 'src/Persistence_representations/example/sliced_wasserstein.cpp')
-rw-r--r--src/Persistence_representations/example/sliced_wasserstein.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Persistence_representations/example/sliced_wasserstein.cpp b/src/Persistence_representations/example/sliced_wasserstein.cpp
index f153fbe8..2470029b 100644
--- a/src/Persistence_representations/example/sliced_wasserstein.cpp
+++ b/src/Persistence_representations/example/sliced_wasserstein.cpp
@@ -32,6 +32,8 @@ int main(int argc, char** argv) {
std::vector<std::pair<double, double> > persistence1;
std::vector<std::pair<double, double> > persistence2;
+ std::vector<std::vector<std::pair<double, double> > > set1;
+ std::vector<std::vector<std::pair<double, double> > > set2;
persistence1.push_back(std::make_pair(1, 2));
persistence1.push_back(std::make_pair(6, 8));