Debug printing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rowblock_type), | intent(in) | :: | self |
subroutine rb_debug_print(self)
implicit none
class(rowblock_type), intent(in) :: self
write(dlun,'("Rowblock debug print. Index ir=",I0," nrow=",I0," ncol=",I0," rl,ru=",I0," ",I0, " and cl,cu=",I0," ",I0)') &
self%ir_ind, self%nrow, self%ncol, &
self%row_llim, self%row_ulim, &
self%col_llim, self%col_ulim
end subroutine rb_debug_print