summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/example/persistence_weighted_gaussian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/example/persistence_weighted_gaussian.cpp')
-rw-r--r--src/Persistence_representations/example/persistence_weighted_gaussian.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Persistence_representations/example/persistence_weighted_gaussian.cpp b/src/Persistence_representations/example/persistence_weighted_gaussian.cpp
index dea5dab6..234f6323 100644
--- a/src/Persistence_representations/example/persistence_weighted_gaussian.cpp
+++ b/src/Persistence_representations/example/persistence_weighted_gaussian.cpp
@@ -48,11 +48,11 @@ int main(int argc, char** argv) {
double tau = 1;
int m = 10000;
- PWG PWG1(persistence1, sigma, m, PWG::arctan_weight);
- PWG PWG2(persistence2, sigma, m, PWG::arctan_weight);
+ PWG PWG1(persistence1, sigma, m, PWG::arctan_weight(1,1));
+ PWG PWG2(persistence2, sigma, m, PWG::arctan_weight(1,1));
- PWG PWGex1(persistence1, sigma, -1, PWG::arctan_weight);
- PWG PWGex2(persistence2, sigma, -1, PWG::arctan_weight);
+ PWG PWGex1(persistence1, sigma, -1, PWG::arctan_weight(1,1));
+ PWG PWGex2(persistence2, sigma, -1, PWG::arctan_weight(1,1));
// Linear PWG