1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Commented out registrations.

Move to an independent file that is linked only for the factory managed HMC
This commit is contained in:
Guido Cossu
2017-01-25 18:27:45 +00:00
parent 7b40a3e3e5
commit 7996f06335
5 changed files with 14 additions and 6 deletions

View File

@ -204,6 +204,8 @@ class DomainWallFermionModule: public FermionOperatorModule<DomainWallFermion, F
// Now a specific registration with a fermion field
/*
static Registrar< WilsonFermionModule<WilsonImplR>,
HMC_FermionOperatorModuleFactory<fermionop_string, WilsonImplR, XmlReader> > __WilsonFOPmodXMLInit("Wilson");
static Registrar< MobiusFermionModule<WilsonImplR>,
@ -211,7 +213,7 @@ static Registrar< MobiusFermionModule<WilsonImplR>,
static Registrar< DomainWallFermionModule<WilsonImplR>,
HMC_FermionOperatorModuleFactory<fermionop_string, WilsonImplR, XmlReader> > __DWFOPmodXMLInit("DomainWall");
*/