Doubly-linked list/Definition: Difference between revisions

Content added Content deleted
m (→‎{{header|Fortran}}: "elemental" prefix for subroutine "tidy")
Line 1,002:
 
! Deallocate all allocated memory
elemental subroutine tidy(dl2)
type(dll), intent(ininout) :: dl2
type(node), pointer :: current, last