changeset 151:0739f015b388 draft

Uploaded
author luca_milaz
date Wed, 03 Jul 2024 11:16:28 +0000
parents 8165d27c88b4
children e4b2fa92aefc
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Wed Jul 03 11:14:36 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Wed Jul 03 11:16:28 2024 +0000
@@ -18,7 +18,7 @@
         --inputs $inputs
         #set $names = ""
         #for $input in $inputs:
-            #set $names = $names + "$input.element_identifier" + ","
+            #set $names = $names + $input.element_identifier + ","
         #end for
         --names $names
         #if $algorithm_param.algorithm == 'OPTGP':