libsim Versione 7.2.4

◆ dbadcv_display()

subroutine dbadcv_display ( class(dbadcv), intent(in) dcv)
private

print a summary of object content

Definizione alla linea 1237 del file dballe_class.F03.

1238integer :: i,ii,count,ier
1239
1240if (present (metadata)) then
1241 do i =1, size (metadata)
1242
1243 ! here if metadata have some field missig they will be set to missing so it will be unset in dballe (I hope)
1244 call metadata(i)%dbaset(session)
1245 ier = idba_voglioquesto(session%sehandle, count)

Generated with Doxygen.