Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 26, 2024
1 parent 2b71c7c commit f912f68
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 @@ -449,7 +449,7 @@ Castro::actual_trans_single(const Box& bx, // NOLINT(readability-convert-member
for (int n = 0; n < NumSpec; n++) {
eos_state.xn[n] = qo_arr(i,j,k,QFS+n);
}
#ifdef NAUX_NET > 0
#if NAUX_NET > 0
for (int n = 0; n < NumAux; n++) {
eos_state.aux[n] = qo_arr(i,j,k,QFX+n);
}
Expand Down

0 comments on commit f912f68

Please sign in to comment.