libsim  Versione6.3.0

◆ next()

subroutine list_abstract::next ( class(list this)
private

increment list iterator

Definizione alla linea 280 del file list_abstract.F03.

280  return
281 end if
282 
283 if (index < (this%index) .or. .not. c_e(this%index)) then
284  call this%rewind()
285 end if
286 
287 do while (this%element())
288  if (index == this%index) then
289  seek =.true.
290  return
Index method.

Generated with Doxygen.