Blame view

config/DataBaseParameters/expression_abs.xml 175 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<param xml:id='expression_abs'>
  <get>
    <amdaParam name="dst" />
  </get>
  <process description="abs(dst)">abs($dst)</process>
  <output/>
</param>