Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Dec 9, 2019
1 parent 8f52ee2 commit e6817a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAPL_Base/MAPL_CFIO.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5420,7 +5420,7 @@ subroutine MAPL_CFIOReadBundleRead(MCFIO,tindex,hw,rc)
type(Ptr2Arr) :: PtrTypeOut(2)
integer, allocatable :: varids(:)
logical, allocatable :: transDone(:)
integer :: status1,status2,rotation,gridStagger
integer :: status1,status2
integer :: alloc_ra

if (present(hw)) then
Expand Down

0 comments on commit e6817a4

Please sign in to comment.