Issue #2509 Fix merge error in iscMosaic (fix indentation)

Change-Id: I1745af1a51d6fffe221168cc8dca217d2f309007

Former-commit-id: 94c97fee9c6925ac9e73530bd18ec03d8cab4a40
This commit is contained in:
Ron Anderson 2014-01-08 08:49:32 -06:00
parent 9c0d63d841
commit 4da9799eaf

View file

@ -744,7 +744,7 @@ class IscMosaic:
grid = self.__validateAdjustWeatherKeys(grid, grid = self.__validateAdjustWeatherKeys(grid,
self.__parmName, tr) 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 rate parm, then may need to adjust the values
if self.__rateParm and inTimes[i] != tr: if self.__rateParm and inTimes[i] != tr: