Skip to content

Commit

Permalink
access non-exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jan 12, 2025
1 parent 01fba27 commit de79074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_structured_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end
end

# Test `resize!`
integrator = init(ode, ode_algorithm, dt = 42.0, callback = callbacks)
integrator = Trixi.init(ode, ode_algorithm, dt = 42.0, callback = callbacks)
resize!(integrator, 42)
@test length(integrator.u) == 42
@test length(integrator.du) == 42
Expand Down

0 comments on commit de79074

Please sign in to comment.