summaryrefslogtreecommitdiff
path: root/examples/single_triangle.dat
blob: 928ee9b2321e2354fccde753b357c1646701f656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# A simple matrix
0
0
0
1 0 1
1 0 2
1 1 2
# Here is the triangle
2 3 4 5