Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 14, 2021
2 parents 5f017d1 + f6e1a9e commit ef33dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_step.f90
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ module subroutine symba_step_reset_system(self, param)
tp%levelg(1:ntp) = -1
tp%levelm(1:ntp) = -1
tp%lmask(1:ntp) = .true.
tp%ldiscard(1:npl) = .false.
tp%ldiscard(1:ntp) = .false.
nenc_old = system%pltpenc_list%nenc
call system%pltpenc_list%setup(0)
call system%pltpenc_list%setup(nenc_old)
Expand Down

0 comments on commit ef33dd6

Please sign in to comment.