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