Skip to content

Commit

Permalink
Update PlaneWaveBasis.jl
Browse files Browse the repository at this point in the history
review
  • Loading branch information
mfherbst committed Nov 27, 2020
1 parent 3b66e93 commit 4f7df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlaneWaveBasis.jl
Expand Up @@ -62,7 +62,7 @@ struct PlaneWaveBasis{T <: Real}
# ksymops[ik] is a list of symmetry operations (S,τ)
# mapping to points in the reducible BZ
ksymops::Vector{Vector{SymOp}}
# Monkhorst-Pack grid used to generate the k-Points, nothing if unknown
# Monkhorst-Pack grid used to generate the k-Points or nothing for custom k-Points
kgrid::Union{Nothing,Vec3{Int}}
kshift::Union{Nothing,Vec3{T}}

Expand Down

0 comments on commit 4f7df34

Please sign in to comment.