Skip to content

Commit

Permalink
Merge branch 'development' into clang-tidy-fixes-5
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Mar 26, 2024
2 parents 027e711 + 43923dd commit 02384e5
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 02384e5

Please sign in to comment.