|  | @@ -462,8 +462,8 @@ public class TemplateGenerator {
 | 
	
		
			
				|  |  |              adinvo.setAlpha(getValByParaListAndCode(adInoutList,"alpha"));
 | 
	
		
			
				|  |  |              adinvo.setMach(getValByParaListAndCode(adInoutList,"mach"));
 | 
	
		
			
				|  |  |              adinvo.setReynolds(getValByParaListAndCode(adInoutList,"reynolds"));
 | 
	
		
			
				|  |  | -            adinvo.setTemperature(getValByParaListAndCode(adInoutList,"temperature"));
 | 
	
		
			
				|  |  | -            adinvo.setReynoldsLength(getValByParaListAndCode(adInoutList,"reynoldsLength"));
 | 
	
		
			
				|  |  | +            adinvo.setTemperature(adflow.getTemperature());
 | 
	
		
			
				|  |  | +            adinvo.setReynoldsLength(adflow.getReynoldslength());
 | 
	
		
			
				|  |  |              vo.setAdinvo(adinvo);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              AdflowOutVo adoutvo = new AdflowOutVo();
 |