Skip to content

Commit

Permalink
Fix INTENT attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 7, 2023
1 parent 6d44348 commit e56efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fm/cp_fm_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ END SUBROUTINE cp_fm_write_formatted
!> \param unit ...
! **************************************************************************************************
SUBROUTINE cp_fm_read_unformatted(fm, unit)
TYPE(cp_fm_type), INTENT(OUT) :: fm
TYPE(cp_fm_type), INTENT(INOUT) :: fm
INTEGER, INTENT(IN) :: unit
CHARACTER(len=*), PARAMETER :: routineN = 'cp_fm_read_unformatted'
Expand Down

0 comments on commit e56efd9

Please sign in to comment.