Fix INTENT attribute

This commit is contained in:
Matthias Krack 2023-03-07 17:46:15 +01:00
parent 6d44348ea1
commit e56efd95b4

View file

@ -2174,7 +2174,7 @@ CONTAINS
!> \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'