mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:00:06 +00:00
Update hydrometeor classification threshold
This commit is contained in:
parent
587dbb7f1f
commit
0c8d6eae1f
1 changed files with 5 additions and 0 deletions
|
|
@ -365,6 +365,11 @@ uint16_t ProductDescriptionBlock::threshold() const
|
|||
case 176:
|
||||
threshold = p->halfword(37);
|
||||
break;
|
||||
|
||||
case 165:
|
||||
case 177:
|
||||
threshold = 10;
|
||||
break;
|
||||
}
|
||||
|
||||
return threshold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue