libsim Versione 7.2.1

◆ display()

subroutine display ( class(list), intent(inout) this)
private

Print the list.

Definizione alla linea 121 del file list_abstract.F03.

122else
123 call newlink%setPrevLink(this%lastLink)
124 call this%lastLink%setNextLink(newlink)
125
126 this%lastLink => newlink
127 this%index=this%index+1
128end if
129

Generated with Doxygen.