Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Oct 26, 2024
1 parent cf06c0e commit 4263ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symmetry/Crystal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ struct SpacegroupInfo
# (arbitrary setting), and xₛ denotes position in direct lattice units for
# the standard setting of spacegroup `number`. This becomes xₛ = P x + p
# where P ≡ setting.R and p ≡ setting.T. Lattice vectors therefore transform
# as [aₛ, bₛ, cₛ] = [a, b, c] P⁻¹ to ensure that positions in global
# coordinates [a, b, c] x = [aₛ, bₛ, cₛ] xₛ are invariant to a change of
# setting, up to overall translation.
# as [aₛ bₛ cₛ] = [a b c] P⁻¹ to ensure that positions in global coordinates
# [a b c] x = [aₛ bₛ cₛ] xₛ are invariant to a change of setting, up to
# overall translation.
setting :: Union{Nothing, SymOp}
end

Expand Down

0 comments on commit 4263ac9

Please sign in to comment.