We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f540c1 commit b3cf268Copy full SHA for b3cf268
Docs/sphinx_documentation/source/GPU.rst
@@ -1612,7 +1612,7 @@ including AMReX's native kernel launching mechanisms as well OpenMP and OpenACC.
1612
}
1613
1614
The above code simply invalidates all particle on all particle tiles. The ``ParticleTileData``
1615
-object is analagous to ``Array4`` in that in stores pointers to particle data and can be used
+object is analagous to ``Array4`` in that it stores pointers to particle data and can be used
1616
on either the host or the device. It is a convenient way to pass particle data into GPU kernels
1617
because the same object can be used regardless of whether the data layout is AoS or SoA.
1618
0 commit comments