Skip to content

Commit 0c59245

Browse files
committed
Add missing using statements
1 parent 555ffbb commit 0c59245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NDTensors/src/abstractarray/similar.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ end
8787
# NDTensors.similar
8888
similar(array::AbstractArray, dims::Tuple) = NDTensors.similar(typeof(array), dims)
8989

90+
using NDTensors.Expose: Exposed, unexpose
9091
function similar(E::Exposed, eltype::Type)
9192
return similar(unexpose(E), eltype)
9293
end

0 commit comments

Comments
 (0)