delete values from list return .true.
346 this%firstLink => nextlink
349 if (
associated(nextlink))
then
350 call nextlink%setPrevLink(prevlink)
352 this%lastLink => prevlink
355 deallocate(this%currlink)
358 this%currLink => prevlink
360 if (
associated(this%firstLink))
then
361 this%index=max(this%index-1,1)
366 end subroutine deleteitem
abstract class to use lists in fortran 2003.