libsim Versione 7.2.4

◆ toarray_dbametaanddatar()

type(dbametaanddatar) function, dimension(:), allocatable toarray_dbametaanddatar ( class(dbametaanddatarlist) this)
private

return an array of dbametaanddatar

Restituisce
array

Definizione alla linea 2918 del file dballe_class.F03.

2919
2921type(dbametaanddatac) function currentdbametaanddatac(this)
2922class(dbametaanddatacList) :: this
2923class(*), pointer :: v
2924
2925v => this%currentpoli()
2926select type(v)
2927type is (dbametaanddatac)
2928 currentdbametaanddatac = v
2929end select
2930end function currentdbametaanddatac
2931
2932

Generated with Doxygen.