Omaha #4751 Fix typos introduced earlier under this DR
Change-Id: I544f9cf17b0a44d4a1d89169ed80dc6bd7d085e3 Former-commit-id: 9795b4927500fc9f862faf281b635ad88e0914ce
This commit is contained in:
parent
3d50d0805d
commit
643e97bcb9
1 changed files with 2 additions and 2 deletions
|
@ -964,10 +964,10 @@ class ISC_Utility(SmartScript.SmartScript):
|
|||
cnt[numpy.less(cnt, 1)] = 1
|
||||
if GridType.VECTOR.equals(wxType):
|
||||
sum /= cnt
|
||||
sum[noISC]= minLimit
|
||||
sum[noISC]= minlimit
|
||||
|
||||
sumv /= cnt
|
||||
sumv[noISC] = minLimit
|
||||
sumv[noISC] = minlimit
|
||||
|
||||
(mag,direc)=self.UVToMagDir(sum,sumv)
|
||||
(baseMag,baseDir)=baseGrid
|
||||
|
|
Loading…
Add table
Reference in a new issue