Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 26, 2024
1 parent 9c50837 commit 2b71c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/trans.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Castro::actual_trans_single(const Box& bx, // NOLINT(readability-convert-member
}
#ifdef NAUX_NET > 0
for (int n = 0; n < NumAux; n++) {
eos_state.aux[n] = qo_arr(QFX+n);
eos_state.aux[n] = qo_arr(i,j,k,QFX+n);
}
#endif
eos(eos_input_re, eos_state);
Expand Down

0 comments on commit 2b71c7c

Please sign in to comment.