Skip to content

Commit

Permalink
fix: ensure Int32
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Feb 23, 2024
1 parent 72709e5 commit 71ba4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibTrixi.jl/test/test_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end

# compare cell averaged values
data_c = zeros(nelements_c)
trixi_load_cell_averages(pointer(data_c), 1, handle)
trixi_load_cell_averages(pointer(data_c), Int32(1), handle)
data_jl = zeros(nelements_jl)
trixi_load_cell_averages_jl(data_jl, 1, simstate_jl)
@test data_c == data_jl
Expand Down

0 comments on commit 71ba4bf

Please sign in to comment.