Skip to content

Commit 604d838

Browse files
fix: fix update_initializeprob!
1 parent 9f6ae44 commit 604d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ A function to be used as `update_initializeprob!` in `OverrideInitData`. Require
825825
`is_update_oop = Val(true)` to be passed to `update_initializeprob!`.
826826
"""
827827
function update_initializeprob!(initprob, prob)
828-
p = get_scimlfn(prob).initialization_data.metadata.oop_reconstruct_u0_p.getter(
828+
p = get_scimlfn(prob).initialization_data.metadata.oop_reconstruct_u0_p.pgetter(
829829
prob, initprob)
830830
return remake(initprob; p)
831831
end

0 commit comments

Comments
 (0)