Skip to content

Commit

Permalink
Merge branch 'develop' into fix/docs_index
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi authored Feb 27, 2024
2 parents 0676c90 + eb8c364 commit 30c6f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install \
sudo apt-get -y install \
gfortran \
libblas-dev \
liblapack-dev \
Expand Down
2 changes: 1 addition & 1 deletion src/readwrite.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ subroutine w90_readwrite_chkpt_dist(dis_manifold, wannier_data, u_matrix, u_matr
ikl = 1
do ikg = 1, num_kpts
if (distk(ikg) == rank) then
m_matrix_local(:, :, :, ikl) = m_matrix(:, :, :, ikg)
m_matrix_local(:num_wann, :num_wann, :, ikl) = m_matrix(:, :, :, ikg)
ikl = ikl + 1
endif
enddo
Expand Down

0 comments on commit 30c6f98

Please sign in to comment.