|  | @@ -70,10 +70,11 @@
 | 
											
												
													
														|  |  			
 |  |  			
 | 
											
												
													
														|  |  			end if;
 |  |  			end if;
 | 
											
												
													
														|  |  			
 |  |  			
 | 
											
												
													
														|  | -            var_result := (var_temperature - var_interpolation.x0) * (var_interpolation.y1 - var_interpolation.y0) / var_denominator + var_interpolation.y0;
 |  | 
 | 
											
												
													
														|  | -			raise notice 'Результат: %', var_result;
 |  | 
 | 
											
												
													
														|  | 
 |  | +                       var_result := (var_temperature - var_interpolation.x0) * (var_interpolation.y1 - var_interpolation.y0) / var_denominator + var_interpolation.y0;
 | 
											
												
													
														|  |  		
 |  |  		
 | 
											
												
													
														|  |  		end;
 |  |  		end;
 | 
											
												
													
														|  |  		end if;
 |  |  		end if;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +	        raise notice 'Результат: %', var_result;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |   end $$;
 |  |   end $$;
 |