Merge branch 'tcv_14.3.2' of ssh://collaborate3.nws.noaa.gov:29418/AWIPS2_Dev_Baseline into master_14.3.2

Former-commit-id: 4205453aa9 [formerly 00a63ad80c] [formerly 5de19378ee [formerly 9daaa34c341929f784628782c98d5edcf9944ed2]]
Former-commit-id: 5de19378ee
Former-commit-id: 5329eea699
This commit is contained in:
Fay.Liang 2014-11-21 09:31:58 -05:00
commit 6ea952ccc6
2 changed files with 2 additions and 2 deletions

View file

@ -1679,7 +1679,7 @@ Scripts = [
"-d {productDB} ",
"Make and Send HTI:" +
"xterm -e ssh px2 /awips2/GFESuite/hti/bin/make_hti.sh",
"xterm -e ssh px2f /awips2/GFESuite/hti/bin/make_hti.sh",
"Official Grids to LDAD: " +
"ifpAG -h {host} -r {port} -o - -d {productDB} | gzip -9 > " +

View file

@ -1162,7 +1162,7 @@ class HazardsTable(VTECTableUtil.VTECTableUtil):
for proposed in pTable:
if (proposed['phen'], proposed['sig']) in self.__ufnKeys:
proposed['startTime'] = self.__time #now
proposed['endTime'] = float(2 ** 31 - 1) #forever
proposed['endTime'] = 2 ** 31 - 1 #forever
proposed['ufn'] = 1 #until further notice
return pTable