summaryrefslogtreecommitdiff
path: root/examples/single_triangle.dat
diff options
context:
space:
mode:
Diffstat (limited to 'examples/single_triangle.dat')
-rw-r--r--examples/single_triangle.dat12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/single_triangle.dat b/examples/single_triangle.dat
new file mode 100644
index 0000000..928ee9b
--- /dev/null
+++ b/examples/single_triangle.dat
@@ -0,0 +1,12 @@
+# A simple matrix
+0
+0
+0
+1 0 1
+1 0 2
+1 1 2
+# Here is the triangle
+2 3 4 5
+
+
+