compute weights in A3

This commit is contained in:
Florian Stecker
2019-01-08 17:01:24 +01:00
parent 69d975bac9
commit 7fcb9f1056
2 changed files with 68 additions and 12 deletions

View File

@@ -24,8 +24,8 @@ graph: graph.o weyl.o
D2n: D2n.o weyl.o thickenings.o
gcc $(OPTIONS) -o D2n D2n.o weyl.o thickenings.o
dominant_weights: dominant_weights.o weyl.o
gcc $(OPTIONS) -o dominant_weights dominant_weights.o weyl.o
dominant_weights: dominant_weights.o weyl.o thickenings.o
gcc $(OPTIONS) -o dominant_weights dominant_weights.o weyl.o thickenings.o -lcdd
enumerate.o: enumerate.c $(HEADERS)
gcc $(OPTIONS) -c enumerate.c