libsim Versione 7.2.4

◆ forward()

subroutine forward ( class(list) this)
private

reset list iterator to end

Definizione alla linea 246 del file list_abstractforchar.F03.

247
248function currentpoli(this)
249class(list) :: this
250character(len=listcharmaxlen) :: Currentpoli
251currentpoli = this%currLink%getValue()
252end function currentpoli
253

Generated with Doxygen.