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

Commit

Permalink
Fixed bad class selection in the symba_tp spill implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 2, 2021
1 parent fb9449e commit c8b0db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_util.f90
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ module subroutine symba_util_spill_tp(self, discards, lspill_list, ldestructive)
!> Spill all the common components
associate(keeps => self)
select type(discards)
class is (symba_pl)
class is (symba_tp)
call util_spill(keeps%nplenc, discards%nplenc, lspill_list, ldestructive)
call util_spill(keeps%levelg, discards%levelg, lspill_list, ldestructive)
call util_spill(keeps%levelm, discards%levelm, lspill_list, ldestructive)
Expand Down

0 comments on commit c8b0db9

Please sign in to comment.