Skip to content

Commit a744302

Browse files
Update SciMLOperators.jl
1 parent 5a4389f commit a744302

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SciMLOperators.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import Base: iszero, inv, adjoint, transpose, size, convert
1919
import LinearAlgebra: mul!, ldiv!, lmul!, rmul!, factorize
2020
import LinearAlgebra: Matrix, Diagonal
2121

22+
# Used for downstream checking
23+
const isv1 = true
24+
2225
"""
2326
$(TYPEDEF)
2427

0 commit comments

Comments
 (0)