Skip to content

Commit

Permalink
Remove extra 'local'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed May 3, 2024
1 parent dcd793a commit e26714b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion himan-scripts/pot-postprocess.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e26714b

Please sign in to comment.