Skip to content

Commit b662c7f

Browse files
committed
move the comment too
1 parent 2178507 commit b662c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/VODE/vode_dvnlsd.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ amrex::Real dvnlsd (int& NFLAG, BurnT& state, DvodeT& vstate)
112112
(vstate.RL1 * vstate.yh(i,2) + vstate.acor(i));
113113
}
114114

115-
// sometime VODE goes way off tangent. If these mass fractions
116-
// are really bad, then let's just bail now
117-
118115
#ifdef NEW_NETWORK_IMPLEMENTATION
119116
RHS::dgesl(vstate.jac, vstate.y);
120117
#else
@@ -148,6 +145,9 @@ amrex::Real dvnlsd (int& NFLAG, BurnT& state, DvodeT& vstate)
148145
vstate.y(i) = vstate.yh(i,1) + vstate.acor(i);
149146
}
150147

148+
// sometime VODE goes way off tangent. If these mass fractions
149+
// are really bad, then let's just bail now
150+
151151
if (integrator_rp::do_corrector_validation) {
152152
#ifdef SDC
153153
const amrex::Real rho_current = state.rho_orig + vstate.tn * state.ydot_a[SRHO];

0 commit comments

Comments
 (0)