Skip to content

Commit 1e2511d

Browse files
author
oscarddssmith
committed
typo
1 parent cec0c19 commit 1e2511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ function ODEFunction{iip, specialize}(f;
24422442
initializeprobmap = __has_initializeprobmap(f) ? f.initializeprobmap : nothing,
24432443
initializeprobpmap = __has_initializeprobpmap(f) ? f.initializeprobpmap : nothing,
24442444
initialization_data = __has_initialization_data(f) ? f.initialization_data :
2445-
nothing
2445+
nothing,
24462446
nlprob_data = __has_nlprob_data(f) ? f.nlprob_data : nothing,
24472447
) where {iip,
24482448
specialize

0 commit comments

Comments
 (0)