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:
parent
ea40854e0b
commit
e1653a9f94
@ -102,7 +102,7 @@ void TDWF<FImpl>::setup(void)
|
|||||||
{
|
{
|
||||||
unsigned int size;
|
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);
|
env().registerObject(getName(), size, par().Ls);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user