Skip to content

Commit aa5aa77

Browse files
committed
import
1 parent d0c0b1c commit aa5aa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SciMLBase.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import Accessors: @set, @reset, @delete, @insert
2626
using Moshi.Data: @data
2727
using Moshi.Match: @match
2828
import Moshi.Derive: @derive
29-
import StaticArraysCore
29+
import StaticArraysCore: StaticArraysCore, SArray
3030
import Adapt: adapt_structure, adapt
3131

3232
using Reexport
@@ -35,7 +35,7 @@ using SciMLOperators:
3535
AbstractSciMLOperator,
3636
IdentityOperator, NullOperator,
3737
ScaledOperator, AddedOperator, ComposedOperator,
38-
InvertedOperator, InvertibleOperator
38+
InvertedOperator, InvertibleOperator, AbstractSciMLScalarOperator
3939

4040
import SciMLOperators:
4141
DEFAULT_UPDATE_FUNC, update_coefficients, update_coefficients!,

0 commit comments

Comments
 (0)