File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4833,12 +4833,12 @@ function ControlFunction{iip, specialize}(f;
4833
4833
end
4834
4834
end
4835
4835
4836
- function ODEFunction {iip} (f; kwargs... ) where {iip}
4837
- ODEFunction {iip, FullSpecialize} (f; kwargs... )
4836
+ function ControlFunction {iip} (f; kwargs... ) where {iip}
4837
+ ControlFunction {iip, FullSpecialize} (f; kwargs... )
4838
4838
end
4839
- ODEFunction {iip} (f:: ODEFunction ; kwargs... ) where {iip} = f
4840
- ODEFunction (f; kwargs... ) = ODEFunction {isinplace(f, 4 ), FullSpecialize} (f; kwargs... )
4841
- ODEFunction (f:: ODEFunction ; kwargs... ) = f
4839
+ ControlFunction {iip} (f:: ControlFunction ; kwargs... ) where {iip} = f
4840
+ ControlFunction (f; kwargs... ) = ControlFunction {isinplace(f, 5 ), FullSpecialize} (f; kwargs... )
4841
+ ControlFunction (f:: ControlFunction ; kwargs... ) = f
4842
4842
4843
4843
# ######### Utility functions
4844
4844
You can’t perform that action at this time.
0 commit comments