Issue #2509 Fix merge error in iscMosaic (fix indentation)
Change-Id: I1745af1a51d6fffe221168cc8dca217d2f309007 Former-commit-id: 94c97fee9c6925ac9e73530bd18ec03d8cab4a40
This commit is contained in:
parent
9c0d63d841
commit
4da9799eaf
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ class IscMosaic:
|
|||
grid = self.__validateAdjustWeatherKeys(grid,
|
||||
self.__parmName, tr)
|
||||
|
||||
grid = self.__remap(self.__dbwe, grid, inGeoDict, inFillV)
|
||||
grid = self.__remap(self.__dbwe, grid, inGeoDict, inFillV)
|
||||
|
||||
# if rate parm, then may need to adjust the values
|
||||
if self.__rateParm and inTimes[i] != tr:
|
||||
|
|
Loading…
Add table
Reference in a new issue