Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed Apr 11, 2024
1 parent fe312b1 commit 766bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cones/epitrrelentropytri.jl
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ function d2zdV2!(
rt2::T,
) where {T <: Real, R <: RealOrComplex{T}}
d = size(vecs, 1)
V = copyto!(mat,vecs')
V = copyto!(mat, vecs')
V_views = [view(V, :, i) for i in 1:d]
rt2i = inv(rt2)
scals = (R <: Complex{T} ? [rt2i, rt2i * im] : [rt2i])
Expand Down

0 comments on commit 766bc1c

Please sign in to comment.