libsim  Versione6.3.0

◆ displaydbametaanddatad()

subroutine dballe_class::displaydbametaanddatad ( class(dbametaanddatadlist this)
private

print a summary of object content

Definizione alla linea 2969 del file dballe_class.F03.

2969 
2970 
2972 function toarray_dbametaanddatac(this)
2973 type(dbametaanddatac),allocatable :: toarray_dbametaanddatac(:)
2974 class(dbametaanddatacList) :: this
2975 
2976 integer :: i
2977 
2978 allocate (toarray_dbametaanddatac(this%countelements()))

Generated with Doxygen.