hxx 2 tahun lalu
induk
melakukan
5e9bb62689

+ 4 - 4
src/main/java/com/miniframe/solverconfig/fem/FEMPath.java

@@ -40,10 +40,10 @@ public class FEMPath {
         SysFileMapper fileMapper = UtilTools.getBean(SysFileMapper.class);
         SysFile nmlFile= fileMapper.selectByPrimaryKey(config.getNmlFile());
         fileMove(nmlFile,exePath+MFConstant.separator+"analysis.in");
-        SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
-        fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
-//        SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
-//        fileMove(grid,exeInPath+MFConstant.separator+"FE_Pre_New.vtk");
+//        SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
+//        fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
+        SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
+        fileMove(grid,exeInPath+MFConstant.separator+"fem.bdf");
     }
 
     /**