mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 08:46:55 +01:00
GLobal edit for QCD namespace removal & NAMESPACE macros
This commit is contained in:
@ -486,7 +486,7 @@ void calc_chroma(ChromaAction action,Grid::QCD::LatticeGaugeField & lat, Grid::Q
|
||||
void calc_grid(ChromaAction action,Grid::QCD::LatticeGaugeField & Umu, Grid::QCD::LatticeFermion &src, Grid::QCD::LatticeFermion &res,int dag)
|
||||
{
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
;
|
||||
|
||||
std::vector<int> seeds4({1,2,3,4});
|
||||
std::vector<int> seeds5({5,6,7,8});
|
||||
|
@ -327,7 +327,7 @@ void calc_chroma(GaugeField & lat, GaugeField &uthin, GaugeField &ufat, FermionF
|
||||
void make_gauge(GaugeField & Umu,FermionField &src)
|
||||
{
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
;
|
||||
|
||||
std::vector<int> seeds4({1,2,3,4});
|
||||
|
||||
@ -340,7 +340,7 @@ void make_gauge(GaugeField & Umu,FermionField &src)
|
||||
void calc_grid(GaugeField & Uthin, GaugeField & Utriple, GaugeField & Ufat, FermionField &src, FermionField &res,int dag)
|
||||
{
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
;
|
||||
|
||||
Grid::GridCartesian * UGrid = (Grid::GridCartesian *) Uthin._grid;
|
||||
Grid::GridRedBlackCartesian * UrbGrid = Grid::QCD::SpaceTimeGrid::makeFourDimRedBlackGrid(UGrid);
|
||||
|
Reference in New Issue
Block a user