Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Jul 17, 2023
1 parent 2e6e019 commit 33ca452
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/MAPL_TripolarGridFactory.F90
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,6 @@ subroutine check_and_fill_consistency(this, unusable, rc)
end if

! Check decomposition/bounds
! Tripolar requires even divisibility
!_ASSERT(mod(this%im_world, this%nx) == 0,"needs message")
!_ASSERT(mod(this%jm_world, this%ny) == 0,"needs message")

! local extents
call verify(this%nx, this%im_world, this%ims, rc=status)
call verify(this%ny, this%jm_world, this%jms, rc=status)
Expand Down

0 comments on commit 33ca452

Please sign in to comment.