Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ops_get_dim.f90
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ SUBROUTINE ops_get_dim(spgrid, igrens, xc, yc, grid, nrcol, nrrow, nrrcp, xorg,
!
! Initialise maximum and minimum of x and y coordinates of receptor points
!
xmax = tiny(xmax)
xmax = -huge(xmax)
xmin = huge(xmin)
ymax = tiny(ymax)
ymax = -huge(ymax)
ymin = huge(xmin)
!
! --- Skip header if present ---
Expand Down