Skip to content

Commit

Permalink
Update test/gt2py_fo_exec.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ehrengruber <[email protected]>
  • Loading branch information
lorenzovarese and tehrengruber authored Jul 24, 2024
1 parent 6f6563e commit d8724a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/gt2py_fo_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ function setup_simple_connectivity()::Dict{String,Connectivity}
end

function setup_cartesian_offset_provider()
offset_provider = Dict{String, Dimension}(
return Dict{String, Dimension}(
"Ioff" => IDim,
"Joff" => JDim
)
return offset_provider
end

function field_increasing_values()
Expand Down

0 comments on commit d8724a1

Please sign in to comment.