Skip to content

Commit

Permalink
Accidentally deallocated twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jul 19, 2021
1 parent 8a1d064 commit daf0744
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.f
Original file line number Diff line number Diff line change
Expand Up @@ -1042,9 +1042,6 @@ SUBROUTINE TERSUB(IMN,JMN,IM,JM,NM,NR,NF0,NF1,NW,EFAC,BLAT,
3 IST,IEN,JST,JEN,IM,JM,IMN,JMN,XLAT,numi)
endif
! Deallocate 1d vars
deallocate(IST,IEN)
! Deallocate 2d vars
deallocate(IST,IEN)
deallocate (ZSLM,ZAVG)
Expand Down

0 comments on commit daf0744

Please sign in to comment.