Commit 3a5bb6841e7bd0f9c4171be437b6006f3e5e9604
1 parent
24f16213
Exists in
master
and in
7 other branches
total template for 2D
Showing
2 changed files
with
13 additions
and
0 deletions
Show diff stats
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> | ... | ... |