Skip to content

Commit

Permalink
Fix typo (AMReX-Codes#2181)
Browse files Browse the repository at this point in the history
* Fix typo :  The_Async_Async --> The_Async_Arena
  • Loading branch information
asalmgren authored Jul 20, 2021
1 parent fe9ae3e commit 948bd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/sphinx_documentation/source/GPU.rst
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ Instead of using :cpp:`Elixir`, we can write code like below,
FArrayBox tmp_fab(bx, numcomps, The_Async_Arena());
Array4<Real> const& tmp_arr = tmp_fab.array();
FArrayBox tmp_fab_2;
tmp_fab_2.resize(bx, numcomps, The_Async_Async());
tmp_fab_2.resize(bx, numcomps, The_Async_Arena());

// GPU kernels using the temporary
}
Expand Down

0 comments on commit 948bd72

Please sign in to comment.