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