huangxingxing пре 3 месеци
родитељ
комит
d17ea41518
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11 0
      src/main/resources/templates/workflow_t.ftl

+ 11 - 0
src/main/resources/templates/workflow_t.ftl

@@ -103,6 +103,17 @@
          </#list>
         </executeOrder>
         <segments>
+          <#if vo.fsivo??>
+            <segment uID="Seg1">
+                <fromParameterUID>/cpacs/toolspecific/FFD/vars/sample</fromParameterUID>
+                <toComponentUID>ADflow</toComponentUID>
+            </segment>
+            <segment uID="Seg2">
+                <fromComponentUID>ADflow</fromComponentUID>
+                <toParameterUID>/cpacs/toolspecific/CFD/ADflow/evalFuncs/cd</toParameterUID>
+            </segment>
+         <#else>
+         </#if>
         </segments>
         <parameters>
          <#list vo.paravos as para>