Skip to content

Commit e0bfd8e

Browse files
committed
fix again
1 parent 7015178 commit e0bfd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/utils/rkc_util.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ amrex::Real rkc_init_dt (BurnT& state, IntT& rstate, const amrex::Real max_times
4242
rstate.y(i) = ysav(i);
4343
}
4444

45-
rstate.n_rhs+;
45+
rstate.n_rhs++;
4646
amrex::Real est{};
4747

4848
// compute the weights using the tolerances

0 commit comments

Comments
 (0)