Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made sure label was on end do for superloop
  • Loading branch information
daminton committed Sep 14, 2019
1 parent ce6fa10 commit 27cec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_subpixel_diffusion.f90
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ subroutine crater_subpixel_diffusion(user,surf,nflux,domain,finterval,kdiffin)
end do
end if

end do
end do superloop

kdiff(0,0) = kdiff(user%gridsize,user%gridsize)
kdiff(user%gridsize + 1,user%gridsize + 1) = kdiff(1,1)
Expand Down

0 comments on commit 27cec3f

Please sign in to comment.