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