Blame view

test/data/DataBaseParameters/expression_scalar_product.xml 280 Bytes
afce918f   Benjamin Renard   Add test/data
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?> 
<param xml:id='expression_scalar_product'> 
  <time_resolution>600</time_resolution> 
  <get> 
    <amdaParam name='velocity'/> 
    <amdaParam name='imf'/> 
  </get> 
  <process description="velocity*imf">$velocity * $imf</process> 
  <output/> 
</param>