Skip to content

Commit

Permalink
Merge pull request #345 from billsacks/remove_unnecessary_deallocate
Browse files Browse the repository at this point in the history
Remove unnecessary deallocate
  • Loading branch information
jedwards4b authored Mar 22, 2023
2 parents 24ac1ba + 7ff0d3b commit 97a4fe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediator/med_io_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,6 @@ subroutine med_io_write_FB(filename, FB, whead, wdata, nx, ny, nt, &
call pio_syncfile(io_file(lfile_ind))
call pio_freedecomp(io_file(lfile_ind), iodesc)
endif
deallocate(fieldNameList)
deallocate(ownedElemCoords, ownedElemCoords_x, ownedElemCoords_y)

if (dbug_flag > 5) then
Expand Down

0 comments on commit 97a4fe1

Please sign in to comment.