|  | @@ -2648,9 +2648,9 @@ const intxfoiladflow = () => {
 | 
	
		
			
				|  |  |      console.log('1:', res1.checked);
 | 
	
		
			
				|  |  |      console.log('2:', res2.checked);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    if(res.hasOwnProperty("xfid")){
 | 
	
		
			
				|  |  | +    if(res1.hasOwnProperty("xfid")){
 | 
	
		
			
				|  |  |        Xfoilref.value.getxfoilAssign(res1);
 | 
	
		
			
				|  |  | -    }else if(res.hasOwnProperty("adid")){
 | 
	
		
			
				|  |  | +    }else if(res2.hasOwnProperty("adid")){
 | 
	
		
			
				|  |  |        ADflowref.value.getadflowAssign(res2);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      
 |