Skip to content

Commit

Permalink
Bug Fix: WANNIER_CUBES not printing cp2k#3584 (M. Coates) (cp2k#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
juerghutter authored Jul 29, 2024
1 parent 01bbc0c commit e4b6ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qs_loc_main.F
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ SUBROUTINE loc_print(qs_env, qs_loc_env, moloc_coeff, ispin, print_loc_section)
END IF

ncubes = SIZE(list_cubes)
CALL cp_fm_get_info(moloc_coeff(ispin), ncol_global=nmo)
ncubes = MIN(ncubes, nmo)
ALLOCATE (centers(6, ncubes))
DO i = 1, ncubes
Expand Down

0 comments on commit e4b6ebc

Please sign in to comment.