1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Hadrons: size fix in DWF module

This commit is contained in:
Antonin Portelli 2016-12-14 18:02:36 +00:00
parent ea40854e0b
commit e1653a9f94

View File

@ -102,7 +102,7 @@ void TDWF<FImpl>::setup(void)
{
unsigned int size;
size = 3*env().template lattice4dSize<typename FImpl::DoubledGaugeField>();
size = 2*env().template lattice4dSize<typename FImpl::DoubledGaugeField>();
env().registerObject(getName(), size, par().Ls);
}