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:
@ -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;
|
||||
|
Reference in New Issue
Block a user