summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-07-23 15:43:39 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-07-23 15:43:39 +0200
commitda9a4c65fab5e201e56d08322e4971c925db2b9f (patch)
tree105b6cfb859fa6b928df4ca5be4f7c15a994ed2d /examples
parent506dee4d45e28297efc73cec29a714b776b84d18 (diff)
file parsing more robust
Diffstat (limited to 'examples')
-rw-r--r--examples/projective_plane.lower_distance_matrix24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/projective_plane.lower_distance_matrix b/examples/projective_plane.lower_distance_matrix
index 29134ec..a7ad7e6 100644
--- a/examples/projective_plane.lower_distance_matrix
+++ b/examples/projective_plane.lower_distance_matrix
@@ -1,13 +1,13 @@
-1,
-1,2,
-1,2,2,
-1,2,2,2,
-1,1,2,1,2,
-1,2,1,2,1,2,
-1,1,2,2,1,2,2,
-1,2,1,1,2,2,2,2,
-2,1,1,2,2,1,1,1,1,
-2,2,2,2,2,1,1,2,2,1,
-2,2,2,2,2,2,2,1,1,1,2,
-2,2,2,1,1,1,1,1,1,2,1,1, \ No newline at end of file
+1
+1,2
+1,2,2
+1,2,2,2
+1,1,2,1,2
+1,2,1,2,1,2
+1,1,2,2,1,2,2
+1,2,1,1,2,2,2,2
+2,1,1,2,2,1,1,1,1
+2,2,2,2,2,1,1,2,2,1
+2,2,2,2,2,2,2,1,1,1,2
+2,2,2,1,1,1,1,1,1,2,1,1 \ No newline at end of file