changeset 53:9f51ed4e6f69 draft

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