include 'UIN_AUXI.f' !! check whether uninitialised variables are detected !! for allocatable arrays program uin use dt_mod type(dt), allocatable, dimension(:) :: x allocate(x(10)) call sub1dt(x) end