Skip to content

Commit 9db6d55

Browse files
committed
Add some missing exports
1 parent 6957492 commit 9db6d55

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/exports.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export
110110
array,
111111
axpy!,
112112
blockoffsets,
113+
checkflux,
113114
combinedind,
114115
combiner,
115116
commonind,
@@ -144,6 +145,7 @@ export
144145
noncommonind,
145146
noncommoninds,
146147
norm,
148+
normalize,
147149
normalize!,
148150
noprime!,
149151
nnzblocks,

test/base/utils/TestITensorsExportedNames/TestITensorsExportedNames.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const ITENSORS_EXPORTED_NAMES = [
6262
:axpy!,
6363
:blockdim,
6464
:blockoffsets,
65+
:checkflux,
6566
:coefficient,
6667
:combinedind,
6768
:combiner,
@@ -144,6 +145,7 @@ const ITENSORS_EXPORTED_NAMES = [
144145
:noprime,
145146
:noprime!,
146147
:norm,
148+
:normalize,
147149
:normalize!,
148150
:not,
149151
:nullspace,

0 commit comments

Comments
 (0)