Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Nov 18, 2024
1 parent 373a579 commit 16ff373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/spglib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function spglib_cell(system::AbstractSystem, pseudopotentials::AbstractVector)
spglib_cell(parsed.lattice, atom_groups, parsed.positions, parsed.magnetic_moments)
end
function spglib_cell(model::Model, magnetic_moments)
spglib_cell(model.lattice, model.atom_groups, model.positions, magnetic_moments))
spglib_cell(model.lattice, model.atom_groups, model.positions, magnetic_moments)
end

"""
Expand Down

0 comments on commit 16ff373

Please sign in to comment.