Jelajahi Sumber

优化目标 接口修改

huangxingxing 6 bulan lalu
induk
melakukan
d15ceb320c

+ 1 - 1
src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

@@ -177,7 +177,7 @@ public class TemplateGenerator {
             XfoilInVo xinvo = new XfoilInVo();
             // alpha mach reynolds
             xinvo.setAlpha(getValByParaListAndCode(xInoutList,"alpha"));
-            xinvo.setMach(getValByParaListAndCode(xInoutList,"alpha"));
+            xinvo.setMach(getValByParaListAndCode(xInoutList,"mach"));
             xinvo.setReynolds(getValByParaListAndCode(xInoutList,"reynolds"));
             vo.setXinvo(xinvo);
             XfoilOutVo xoutvo = new XfoilOutVo();