Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Mar 15, 2024
1 parent 033008c commit ab0cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tensors/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ for f in (:sqrt, :log, :asin, :acos, :acosh, :atanh, :acoth)
end

# concatenate tensors
function catdomain(t1::AbstractTensorMap{<:Any.S,N₁,1},
function catdomain(t1::AbstractTensorMap{<:Any,S,N₁,1},
t2::AbstractTensorMap{<:Any,S,N₁,1}) where {S,N₁}
codomain(t1) == codomain(t2) ||
throw(SpaceMismatch("codomains of tensors to concatenate must match:\n" *
Expand Down

0 comments on commit ab0cf93

Please sign in to comment.