libsim  Versione6.3.0

◆ currentdbametaanddatar()

type(dbametaanddatar) function dballe_class::currentdbametaanddatar ( class(dbametaanddatarlist this)
private

Get dbametaanddatar pointed by iterator.

Definizione alla linea 2902 del file dballe_class.F03.

2902 i=0
2903 do while(this%element())
2904  i=i+1
2905  toarray_dbametaanddatab(i) =this%current()
2906  call this%next()
2907 end do
2908 end function toarray_dbametaanddatab
2909 

Generated with Doxygen.