소스 검색

优化目标 接口修改

huangxingxing 6 달 전
부모
커밋
d15ceb320c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

+ 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();