Blame view

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