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

GPU friendly coords

This commit is contained in:
paboyle
2018-02-24 22:23:47 +00:00
parent 34820bec27
commit e158b60bce
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ void TChargedProp::makeCaches(void)
}
if (!phasesDone_)
{
std::vector<int> &l = env().getGrid()->_fdimensions;
Coordinate &l = env().getGrid()->_fdimensions;
Complex ci(0.0,1.0);
LOG(Message) << "Caching shift phases..." << std::endl;