Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 16, 2023
1 parent ebcea17 commit 262e924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/src/dense/densetensor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function permutedims!(
) where {N,StoreT<:StridedArray}
RA = array(R)
TA = array(T)
permutedims!(RA, TA, perm)
permutedims!(RA, TA, perm)
return R
end

Expand Down

0 comments on commit 262e924

Please sign in to comment.