Skip to content

Commit

Permalink
Pretty (cp2k#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
juerghutter authored Aug 8, 2024
1 parent aeb36da commit 7adf92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kpoint_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ SUBROUTINE matprint(mat)
DO WHILE (dbcsr_iterator_blocks_left(iter))
CALL dbcsr_iterator_next_block(iter, irow, icol, mblock)
!
IF(iounit > 0) THEN
IF (iounit > 0) THEN
WRITE (iounit, '(A,2I4)') 'BLOCK ', irow, icol
DO i = 1, SIZE(mblock, 1)
WRITE (iounit, '(8F12.6)') mblock(i, :)
Expand Down

0 comments on commit 7adf92c

Please sign in to comment.