ソースを参照

边界条件保存

huangxingxing 9 ヶ月 前
コミット
7e2015ade0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/resources/templates/mashGasInit.ftl

+ 1 - 1
src/main/resources/templates/mashGasInit.ftl

@@ -2,7 +2,7 @@
 #end
 #boundaries Inlet 
 <#list boundaries as b>
-${b.nname},${b.type},${b.flow},${b.pressure},${b.temperature} ,${b.polcon1} ,${b.polcon2}
+${b.ncode},${b.type},${b.flow},${b.pressure},${b.temperature} ,${b.polcon1} ,${b.polcon2}
 </#list>
 #end 
 #MashGass