We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7015178 commit e0bfd8eCopy full SHA for e0bfd8e
integration/utils/rkc_util.H
@@ -42,7 +42,7 @@ amrex::Real rkc_init_dt (BurnT& state, IntT& rstate, const amrex::Real max_times
42
rstate.y(i) = ysav(i);
43
}
44
45
- rstate.n_rhs+;
+ rstate.n_rhs++;
46
amrex::Real est{};
47
48
// compute the weights using the tolerances
0 commit comments