added index attribute, fixed F4 Cartan matrix

This commit is contained in:
Florian Stecker
2017-01-31 21:08:36 +01:00
4 changed files with 407 additions and 4 deletions

2
weyl.c
View File

@@ -452,7 +452,7 @@ void weyl_cartan_matrix(semisimple_type_t type, int *m)
A[1][3] = A[3][1] = -1;
break;
case 'F':
A[3][2] = -2;
A[2][1] = -2;
break;
case 'G':
A[1][0] = -3;