Skip to content

Commit d349c91

Browse files
Update src/simulation/m_time_steppers.fpp
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent 9bcad63 commit d349c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_time_steppers.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ contains
522522
do l = 0, p
523523
do k = 0, n
524524
do j = 0, m
525-
if (s == 1 .and. time_stepper /= 1) then
525+
if (s == 1 .and. nstage > 1) then
526526
q_cons_ts(stor)%vf(i)%sf(j, k, l) = &
527527
q_cons_ts(1)%vf(i)%sf(j, k, l)
528528
end if

0 commit comments

Comments
 (0)