libsim Versione 7.2.6
|
◆ toarray_dbametaanddatar()
return an array of dbametaanddatar
Definizione alla linea 2918 del file dballe_class.F03. 2919
2920!> Get dbametaanddatac pointed by iterator
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
2933!> get data from DSN
|