Skip to content

Commit fa238a5

Browse files
committed
import
1 parent a530843 commit fa238a5

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
@@ -27,7 +27,7 @@ import Accessors: @set, @reset, @delete, @insert
2727
using Moshi.Data: @data
2828
using Moshi.Match: @match
2929
import Moshi.Derive: @derive
30-
import StaticArraysCore
30+
import StaticArraysCore: StaticArraysCore, SArray
3131
import Adapt: adapt_structure, adapt
3232

3333
using Reexport
@@ -36,7 +36,7 @@ using SciMLOperators:
3636
AbstractSciMLOperator,
3737
IdentityOperator, NullOperator,
3838
ScaledOperator, AddedOperator, ComposedOperator,
39-
InvertedOperator, InvertibleOperator
39+
InvertedOperator, InvertibleOperator, AbstractSciMLScalarOperator
4040

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

0 commit comments

Comments
 (0)