Skip to content

Commit

Permalink
replace elixir with async (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
biboyd authored Mar 26, 2024
1 parent 50271c0 commit 43923dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/MaestroDt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,7 @@ void Maestro::FirstDt() {
const Real eps = 1.e-8;
const Real rho_min = 1.e-20;

FArrayBox spd(tileBox);
Elixir e_s = spd.elixir();
FArrayBox spd(tileBox, 1, The_Async_Arena());

const Array4<Real> spd_arr = spd.array();

Expand Down

0 comments on commit 43923dd

Please sign in to comment.