From e26714b204fc5cff74771389fb210207506ddfe1 Mon Sep 17 00:00:00 2001 From: Mikko Partio Date: Fri, 3 May 2024 08:31:01 +0300 Subject: [PATCH] Remove extra 'local' --- himan-scripts/pot-postprocess.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himan-scripts/pot-postprocess.lua b/himan-scripts/pot-postprocess.lua index 9efe22f2..0c10a839 100644 --- a/himan-scripts/pot-postprocess.lua +++ b/himan-scripts/pot-postprocess.lua @@ -32,7 +32,7 @@ POTmat:SetValues(POT) local filter = matrix(3, 3, 1, missing) filter:Fill(1/9.) -local POT = Filter2D(POTmat, filter, configuration:GetUseCuda()):GetValues() +POT = Filter2D(POTmat, filter, configuration:GetUseCuda()):GetValues() result:SetParam(param("POT-PRCNT")) result:SetValues(POT)