mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
6 lines
115 B
C
6 lines
115 B
C
#ifndef QCD_SPIN_H
|
|
#define QCD_SPIN_H
|
|
#include <Grid/qcd/spin/Dirac.h>
|
|
#include <Grid/qcd/spin/TwoSpinor.h>
|
|
#endif
|