mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
10 lines
253 B
C
10 lines
253 B
C
#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
|