Skip to content

Commit

Permalink
Merge branch 'NDTensors_smallset_bugs' of github.com:ITensor/ITensors…
Browse files Browse the repository at this point in the history
….jl into NDTensors_smallset_bugs
  • Loading branch information
mtfishman committed Oct 6, 2023
2 parents 484b396 + 490e898 commit 6fe3628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/src/SmallVectors/src/BaseExt/sortedunique.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function unionsortedunique(itr1, itr2, order::Ordering)
# TODO: Use `insertat!`?
r1 = i1:stop1
resize!(out, length(out) + length(r1))
@inbounds for j1 in i1:stop1
@inbounds for j1 in r1
out[iout] = itr1[j1]
iout += 1
end
Expand Down

0 comments on commit 6fe3628

Please sign in to comment.