Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-levitt committed Nov 27, 2020
1 parent c1e0b54 commit 6105164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlaneWaveBasis.jl
Expand Up @@ -205,7 +205,7 @@ build_kpoints(basis::PlaneWaveBasis, kcoords) =
kweights = T.(model.n_spin_components .* kweights) ./ tot_weight
@assert mpi_sum(sum(kweights), mpi_comm) model.n_spin_components

# Create dummy terms array for basi to handle
# Create dummy terms array for basis to handle
terms = Vector{Any}(undef, length(model.term_types))

basis = PlaneWaveBasis{T}(
Expand Down

0 comments on commit 6105164

Please sign in to comment.