You need to sign in before continuing.

Commit c4cb2103ffbbb52a4d34d4d12a425e0a1ecf17c0

Authored by Quentin Brzustowski
1 parent bc8a565e

Changed Flags datatype from Byte to short

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
PARAM_DEF/psp_spc_dqf.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>150</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spc:flag'>
6   - <baseParam name='DQF' useNearestValue="true"/>
  6 + <baseParam name='DQF_16' useNearestValue="true"/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...
PARAM_DEF/psp_spc_gf.xml
... ... @@ -3,7 +3,7 @@
3 3 <gap_threshold>150</gap_threshold>
4 4 <get>
5 5 <vi name='psp:spc:flag'>
6   - <baseParam name='general_flag' useNearestValue="true"/>
  6 + <baseParam name='general_flag_16' useNearestValue="true"/>
7 7 </vi>
8 8 </get>
9 9 <process/>
... ...