Skip to content

Commit 1e7ddaa

Browse files
committed
add small_temp
1 parent 8022f18 commit 1e7ddaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/hydro/trans.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ Castro::actual_trans_single(const Box& bx, // NOLINT(readability-convert-member
446446
eos_rep_t eos_state;
447447
eos_state.rho = rrnewn;
448448
eos_state.e = qo_arr(i,j,k,QREINT) / rrnewn;
449+
eos_state.T = small_temp;
450+
449451
for (int n = 0; n < NumSpec; n++) {
450452
eos_state.xn[n] = qo_arr(i,j,k,QFS+n);
451453
}

0 commit comments

Comments
 (0)