Skip to content

Commit

Permalink
attempting to fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Nov 9, 2023
2 parents 9f94158 + 9658a9a commit 3b9033e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mosaic2/mosaic2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ function transfer_to_model_index(istart, iend, refine_ratio)
return

end function transfer_to_model_index
<<<<<<< HEAD

!###############################################################################
!> @brief Calculate grid cell area.
Expand Down Expand Up @@ -552,6 +553,8 @@ function is_inside_polygon(lon1, lat1, lon2, lat2 )
return

end function is_inside_polygon
=======
>>>>>>> 9658a9a9d0688bd097cd014a5cb988d3d82e9424

function parse_string(string, set, sval)
character(len=*), intent(in) :: string
Expand Down

0 comments on commit 3b9033e

Please sign in to comment.