mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
nvcc error suppress
This commit is contained in:
parent
e279b2be29
commit
5e8437029f
@ -110,7 +110,7 @@ int main(int argc, char** argv) {
|
||||
AdjointRep<Nc> AdjRep(grid);
|
||||
|
||||
// AdjointRepresentation has the predefined number of colours Nc
|
||||
Representations<FundamentalRepresentation, AdjointRepresentation, TwoIndexSymmetricRepresentation> RepresentationTypes(grid);
|
||||
// Representations<FundamentalRepresentation, AdjointRepresentation, TwoIndexSymmetricRepresentation> RepresentationTypes(grid);
|
||||
|
||||
|
||||
LatticeGaugeField U(grid), V(grid);
|
||||
|
Loading…
Reference in New Issue
Block a user