libsim  Versione6.3.0

◆ dbadata_c_e_b()

logical function dballe_class::dbadata_c_e_b ( class(dbadata), intent(in)  data)
private

test missing value

Parametri
[in]datadata object to be tested

Definizione alla linea 982 del file dballe_class.F03.

982 class(dbaanaList) :: this
983 class(*), pointer :: v
984 
985 v => this%currentpoli()
986 select type(v)
987 type is (dbaana)
988  currentdbaana = v
989 end select
990 end function currentdbaana

Generated with Doxygen.