Skip to content

Commit 81e2328

Browse files
committed
Update exports
1 parent 16671a0 commit 81e2328

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/BlockSparseArrays.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export BlockSparseArray,
55
BlockSparseVector,
66
blockstoredlength,
77
eachblockstoredindex,
8-
eachstoredblock
8+
eachstoredblock,
9+
sparsemortar
910

1011
# factorizations
1112
include("factorizations/svd.jl")

test/test_exports.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using Test: @test, @testset
99
:blockstoredlength,
1010
:eachblockstoredindex,
1111
:eachstoredblock,
12+
:sparsemortar,
1213
]
1314
@test issetequal(names(BlockSparseArrays), exports)
1415
end

0 commit comments

Comments
 (0)