Skip to content

Commit

Permalink
correct higher order shells printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Jackson committed Jan 15, 2025
1 parent bf61c53 commit 561c310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kmesh.F90
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ subroutine kmesh_get(kmesh_input, kmesh_info, print_output, kpt_latt, real_latti

if (print_output%iprint > 0) then
if (kmesh_input%higher_order_nearest_shells) then
write (stdout, '(1x,a)', advance='no') '| The following shells are used: '
else
write (stdout, '(1x,a)', advance='no') '| The following shells and their multiples are used: '
else
write (stdout, '(1x,a)', advance='no') '| The following shells are used: '
endif
do ndnn = 1, kmesh_input%num_shells
if (ndnn .eq. kmesh_input%num_shells) then
Expand Down

0 comments on commit 561c310

Please sign in to comment.