delete values from list return .true.
344 this%firstLink => nextlink
347 if (
associated(nextlink))
then
348 call nextlink%setPrevLink(prevlink)
350 this%lastLink => prevlink
353 deallocate(this%currlink)
356 this%currLink => prevlink
358 if (
associated(this%firstLink))
then
359 this%index=max(this%index-1,1)
364 end subroutine deleteitem
abstract class to use lists in fortran 2003.