Commit 40d3d4ce88b76a0aa0e61eaad8072e8ca772c1c0

Authored by Quentin Brzustowski
1 parent e28ffb94

added useNearestValue to flags

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