changeset 35:1215c186dbaa draft

Uploaded
author bimib
date Thu, 23 May 2024 18:52:38 +0000
parents 88e312d436e1
children 72db801d654b
files marea_2_0/marea.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/marea.xml	Thu May 23 18:48:26 2024 +0000
+++ b/marea_2_0/marea.xml	Thu May 23 18:52:38 2024 +0000
@@ -24,12 +24,12 @@
         #if $cond.type_selector == 'datasets':
 			#if $cond.using_RAS.check == 'true':
 				--input_datas
-				#for $data in $cond.input_Datasets:
+				#for $data in $input_Datasets:
 					${data.input}
 				#end for
 
 				--names
-				#for $data in $cond.input_Datasets:
+				#for $data in $input_Datasets:
 					${data.input_name}
 				#end for
 			#end if