Skip to content

Commit

Permalink
For some reason bilinear.py got messed around.
Browse files Browse the repository at this point in the history
  • Loading branch information
thbom001 committed Oct 2, 2023
1 parent 47b4a71 commit 4eb4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions improver/regrid/bilinear.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown copyright. The Met Office.
# All rights reerved.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -212,7 +212,7 @@ def adjust_boundary_indexes(
indexes[point_lat_max, 0] = indexes[point_lat_max, 1] - in_lons_size
indexes[point_lat_max, 3] = indexes[point_lat_max, 0] + 1

if lon_max_equal:
if lon_max_equal:
indexes[point_lon_max, 0] = indexes[point_lon_max, 0] - 1
indexes[point_lon_max, 1] = indexes[point_lon_max, 1] - 1
indexes[point_lon_max, 2] = indexes[point_lon_max, 1] + 1
Expand Down

0 comments on commit 4eb4368

Please sign in to comment.