summaryrefslogtreecommitdiff
path: root/utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt')
-rw-r--r--utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt b/utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt
deleted file mode 100644
index 36f3196b..00000000
--- a/utilities/Persistence_representations/persistence_landscapes_on_grid/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-project(Persistence_representations_lanscapes_on_grid_utilities)
-
-# Need to set grid min and max for further average, distance and scalar_product
-add_persistence_representation_creation_utility(create_landscapes_on_grid "100" "0" "35" "-1")
-
-add_persistence_representation_plot_utility(plot_landscapes_on_grid ".g_land")
-
-add_persistence_representation_function_utility(average_landscapes_on_grid ".g_land")
-add_persistence_representation_function_utility(compute_distance_of_landscapes_on_grid ".g_land" "1")
-add_persistence_representation_function_utility(compute_scalar_product_of_landscapes_on_grid ".g_land")