Skip to content

Commit

Permalink
Fix qmckl setuper
Browse files Browse the repository at this point in the history
  • Loading branch information
addman2 committed Jan 24, 2024
1 parent 4b5d414 commit 8d9cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_common/qmckl.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subroutine setup_qmckl_ctx(&

integer*4 :: ii, jj, kk, ll, mm, count

integer*4 :: shell_types_(number_of_atoms)
integer*4 :: shell_types_(number_of_shells)
integer*8 :: primitive_numbers_(number_of_shells)
integer*8 :: primitive_to_shell_(number_of_shells)
integer*8 :: ao_factor_number_
Expand Down

0 comments on commit 8d9cdb3

Please sign in to comment.