Definition at line 200 of file mod_ncll.f90.
◆ insert_filep_byncf()
subroutine mod_ncll::insert_file_link::insert_filep_byncf |
( |
type(ncfilelist), intent(inout) |
LIST, |
|
|
type(ncfile), pointer |
NCF, |
|
|
logical, intent(out) |
FOUND |
|
) |
| |
Definition at line 703 of file mod_ncll.f90.
706 TYPE(NCFILE),
POINTER :: NCF
707 LOGICAL,
INTENT(OUT) :: FOUND
708 TYPE(NCFILELIST),
INTENT(INOUT) :: LIST
709 TYPE(NCFILEP),
pointer :: CURRENT, PREVIOUS
711 IF(.NOT.
ASSOCIATED(ncf))&
712 &
CALL fatal_error(
"INSERT_FILEP_BYNCF: NCF NOT ASSOCIATED!")
714 previous => list%FIRST
715 current => previous%NEXT
719 IF(.NOT.
ASSOCIATED(current))
EXIT 720 IF( ncf%FNAME == current%NCF%FNAME )
THEN 724 previous => previous%NEXT
725 current => current%NEXT
730 previous%NEXT => new_filep()
731 previous%NEXT%NCF => ncf
The documentation for this interface was generated from the following file: