changeset 54:c25586d45499 draft

Uploaded
author bimib
date Thu, 23 May 2024 23:07:20 +0000
parents 9f51ed4e6f69
children 319e67f6d3c6
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 22:55:54 2024 +0000
+++ b/marea_2_0/marea.xml	Thu May 23 23:07:20 2024 +0000
@@ -29,12 +29,12 @@
 
 			#if $cond.using_ras.check == 'true':
 				--input_datas
-				#for $data in $using_ras.input_datasets:
+				#for $data in $cond.$using_ras.input_datasets:
 					${data.input}
 				#end for
 
 				--names
-				#for $data in $using_ras.input_datasets:
+				#for $data in $cond.${using_ras}.input_datasets:
 					${data.input_name}
 				#end for
 			#end if