Commit 3a5bb6841e7bd0f9c4171be437b6006f3e5e9604

Authored by Elena.Budnik
1 parent 24f16213

total template for 2D

Showing 2 changed files with 13 additions and 0 deletions   Show diff stats
INTERNAL_PARAM_DEF/total_2D.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="total_2D_##paramid##">
  3 + <get>
  4 + <amdaParam name='##paramid##'/>
  5 + </get>
  6 + <process description="total(##paramid##)">total($##paramid##)</process>
  7 + <output/>
  8 +</param>
... ...
ParamTemplateList.xml
... ... @@ -297,6 +297,11 @@
297 297 <argument key='paramid' name='Parameter Id' type='string' default=''/>
298 298 <argument key='relateddim' name='Related Id' type='int' default='0'/>
299 299 </arguments>
  300 + </paramTemplate>
  301 + <paramTemplate paramId='total_2D' fileName='total_2D_##paramid##'>
  302 + <arguments>
  303 + <argument key='paramid' name='Parameter Id' type='string' default=''/>
  304 + </arguments>
300 305 </paramTemplate>
301 306 <paramTemplate paramId='bmorsch_mso' fileName='bmorsch_mso_##sampling##_##orbit##'>
302 307 <arguments>
... ...