mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Merge branch 'feature/hmc_generalise' into feature/scalar_adjointFT
This commit is contained in:
9
lib/qcd/representations/Representations.h
Normal file
9
lib/qcd/representations/Representations.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef REPRESENTATIONS_H
|
||||
#define REPRESENTATIONS_H
|
||||
|
||||
#include <Grid/qcd/representations/adjoint.h>
|
||||
#include <Grid/qcd/representations/two_index.h>
|
||||
#include <Grid/qcd/representations/fundamental.h>
|
||||
#include <Grid/qcd/representations/hmc_types.h>
|
||||
|
||||
#endif
|
@ -112,4 +112,4 @@ typedef AdjointRep<Nc> AdjointRepresentation;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user