Commit ba3a52fe7fee3f90761d42bfb7f01cdb5756eebb
1 parent
34d618fa
Exists in
master
and in
7 other branches
rename sum_in_range
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,8 @@ | @@ -0,0 +1,8 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<param xml:id="sum_into_table_range_##paramid##_##relateddim##_##min##_##max##"> | ||
3 | + <get> | ||
4 | + <amdaParam name='##paramid##'/> | ||
5 | + </get> | ||
6 | + <process description="sum_into_table_range(##paramid##, ##relateddim##, ##min##, ##max##)">#sum_into_table_range($##paramid##;##relateddim##;##min##;##max##)</process> | ||
7 | + <output/> | ||
8 | +</param> |