libsim Versione 7.2.1

◆ display()

subroutine display ( class(list) this)
private

Print the list.

Definizione alla linea 111 del file list_abstractforchar.F03.

112else
113 call newlink%setPrevLink(this%lastLink)
114 call this%lastLink%setNextLink(newlink)
115
116 this%lastLink => newlink
117 this%index=this%index+1
118end if
119

Generated with Doxygen.