Skip to content

Commit

Permalink
Merge pull request #1330 from GEOS-ESM/bugfix/wjiang/remove_cycle
Browse files Browse the repository at this point in the history
bug fix. remove cycle
  • Loading branch information
mathomp4 authored Jan 31, 2022
2 parents 852cd94 + 467dec0 commit ccccd31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generic/MAPL_Generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7027,7 +7027,6 @@ recursive subroutine MAPL_WireComponent(GC, RC)
end do

do J=1,NC
if(I==J) cycle
gridcomp => STATE%get_child_gridcomp(J)
call MAPL_GridCompGetVarSpecs(gridcomp, EXPORT=EX_SPECS, RC=status)
_VERIFY(status)
Expand Down

0 comments on commit ccccd31

Please sign in to comment.