libsim
Versione 7.1.9
list_character
currentcharacter
displaycharacter
toarray_charl
◆
displaycharacter()
subroutine list_character::displaycharacter
(
class(
characterlist
)
this
)
private
Print the character list.
Definizione alla linea
80
del file
list_character.F03
.
81
i=0
82
do
while
(this%element())
83
i=i+1
84
toarray_charl(i) =this%current()
85
call
this%next()
86
end do
87
end function
toarray_charl
88
Generated with
Doxygen
.