Skip to content

Commit 4363bd7

Browse files
Update src/scimlfunctions.jl
1 parent 4fe9390 commit 4363bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scimlfunctions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,8 +2645,8 @@ function SplitFunction{iip, specialize}(f1, f2;
26452645
colorvec = __has_colorvec(f1) ? f1.colorvec :
26462646
nothing,
26472647
sys = __has_sys(f1) ? f1.sys : nothing,
2648-
initializeprob = __has_initializeprob(f1) ? f.initializeprob : nothing,
2649-
initializeprobmap = __has_initializeprobmap(f1) ? f.initializeprobmap : nothing
2648+
initializeprob = __has_initializeprob(f1) ? f1.initializeprob : nothing,
2649+
initializeprobmap = __has_initializeprobmap(f1) ? f1.initializeprobmap : nothing
26502650
) where {iip,
26512651
specialize
26522652
}

0 commit comments

Comments
 (0)