File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2281,8 +2281,8 @@ function ODEFunction{iip, specialize}(f;
2281
2281
DEFAULT_OBSERVED,
2282
2282
colorvec = __has_colorvec (f) ? f. colorvec : nothing ,
2283
2283
sys = __has_sys (f) ? f. sys : nothing ,
2284
- initializeprob = _has_initializeprob (f) ? f. sys : nothing ,
2285
- initializeprobmap = _has_initializeprobmap (f) ? f. sys : nothing
2284
+ initializeprob = __has_initializeprob (f) ? f. sys : nothing ,
2285
+ initializeprobmap = __has_initializeprobmap (f) ? f. sys : nothing
2286
2286
) where {iip,
2287
2287
specialize,
2288
2288
}
@@ -3192,8 +3192,8 @@ function DAEFunction{iip, specialize}(f;
3192
3192
DEFAULT_OBSERVED,
3193
3193
colorvec = __has_colorvec (f) ? f. colorvec : nothing ,
3194
3194
sys = __has_sys (f) ? f. sys : nothing ,
3195
- initializeprob = _has_initializeprob (f) ? f. sys : nothing ,
3196
- initializeprobmap = _has_initializeprobmap (f) ? f. sys : nothing ) where {iip,
3195
+ initializeprob = __has_initializeprob (f) ? f. sys : nothing ,
3196
+ initializeprobmap = __has_initializeprobmap (f) ? f. sys : nothing ) where {iip,
3197
3197
specialize
3198
3198
}
3199
3199
if jac === nothing && isa (jac_prototype, AbstractSciMLOperator)
You can’t perform that action at this time.
0 commit comments