Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguichandut committed Sep 1, 2023
1 parent 15a74a8 commit c7e7c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/xrb_layered/MaestroInitData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void Maestro::InitLevelData(const int lev, [[maybe_unused]] const Real time, con

auto eos_input_flag = eos_input_tp; // temperature & pressure eos
eos(eos_input_flag, eos_state);
scal(i, j, j, Rho) = eos_state.rho;
scal(i, j, k, Rho) = eos_state.rho;
scal(i, j, k, RhoH) = eos_state.rho * eos_state.h; // re-compute enthalpy
scal(i, j, k, Temp) = eos_state.T;
for (auto comp=0; comp < NumSpec; comp++) {
Expand Down

0 comments on commit c7e7c08

Please sign in to comment.