Skip to content

Commit

Permalink
forgot a renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM committed Jan 31, 2025
1 parent 0c64de0 commit 93879de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuadForm/Quad/ZLattices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ function _shortest_vectors_decomposition(L::ZZLat; closed::Bool=false, check::Bo
if closed
append!(sv, eltype(sv)[-v for v in sv])
end
return atoms, sv
return blocks, sv
end

################################################################################
Expand Down

0 comments on commit 93879de

Please sign in to comment.