mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Typo fix (excusee - my keyboard is starting to break)
This commit is contained in:
parent
b949cf6b12
commit
228fd450ce
@ -237,7 +237,7 @@ public:
|
||||
sobj s;
|
||||
sgrid->LocalIndexToLocalCoor(idx,cbuf);
|
||||
peekLocalSite(s,r_v,cbuf);
|
||||
acbuf[dim]+=((pc+p) % processors[dim])*L;
|
||||
cbuf[dim]+=((pc+p) % processors[dim])*L;
|
||||
pokeLocalSite(s,p_v,cbuf);
|
||||
});
|
||||
if (p != processors[dim] - 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user