summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-17 14:48:00 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-17 14:48:00 +0000
commit66da04f4fa64d305ee917aac431b16b821411679 (patch)
treee07a3ea77fdc737dfb34608e6670b606ffcbbcff /src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line
parentb3060b07620833d36519379acefd98c490bc4de1 (diff)
parentac37226d69d131ef799ef82c91bf0d048880fa24 (diff)
Branch for the next round of cleanups.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/misc-glisse@3077 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 53efa362b17ba2d4da748932bca2958af3af0268
Diffstat (limited to 'src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line')
-rw-r--r--src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line b/src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line
new file mode 100644
index 00000000..04303cb1
--- /dev/null
+++ b/src/Persistence_representations/test/data/persistence_file_with_four_entries_per_line
@@ -0,0 +1,11 @@
+1 2 10 inf
+#this is a comment
+2 4 1 0
+# this is another comment
+1 1 2 0
+5 2 50 0
+#and here we have line with infnity:
+1 1 10 inf
+#and another comment
+1 1 10 90
+2 1 4 4 \ No newline at end of file