mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Fix INTENT attribute
This commit is contained in:
parent
6d44348ea1
commit
e56efd95b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue