mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Remove unnecessary cast
This commit is contained in:
parent
4f9a7c5d76
commit
6f0439c0e4
@ -240,7 +240,7 @@ void TPerambulator<FImpl>::execute(void)
|
|||||||
for (int ivec = 0; ivec < nvec; ivec++)
|
for (int ivec = 0; ivec < nvec; ivec++)
|
||||||
{
|
{
|
||||||
ExtractSliceLocal(evec3d,epack.evec[ivec],0,t-Ntfirst,Tdir);
|
ExtractSliceLocal(evec3d,epack.evec[ivec],0,t-Ntfirst,Tdir);
|
||||||
pokeSpin(perambulator.tensor(t, ivec, dk, inoise,dt,ds),static_cast<Complex>(innerProduct(evec3d, result_3d)),is);
|
pokeSpin(perambulator.tensor(t, ivec, dk, inoise,dt,ds),innerProduct(evec3d, result_3d),is);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user