1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Separating travis builds

This commit is contained in:
Guido Cossu
2016-08-30 13:44:07 +01:00
parent b512ccbee6
commit b0d3e4bb2c
3 changed files with 27 additions and 12 deletions

View File

@ -153,7 +153,7 @@ class SU_Adjoint : public SU<ncolour> {
for (int a = 0; a < Dimension; a++) generator(a, iTa[a]);
}
Real coefficient = -1.0 / (ncolour)*scale; // 1/Nc for the normalization of
Real coefficient = -1.0 / (ncolour) * scale; // 1/Nc for the normalization of
// the trace in the adj rep
for (int a = 0; a < Dimension; a++) {