Skip to content

Commit

Permalink
improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed May 17, 2024
1 parent bec1bcf commit 8d2a951
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cones/coneops_psdtrianglecone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function skron!(
for k in 1:l
row = 1
kl_eq = k == l

@inbounds for j in 1:n
Ajl = A[j, l]
Ajk = A[j, k]
Expand All @@ -539,9 +539,9 @@ function skron!(
end

row += 1
end
end
end # i
end # j
col += 1
end
end
end # k
end # l
end

0 comments on commit 8d2a951

Please sign in to comment.