Debug printing
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cell_type), | intent(in) | :: | self |
subroutine c_debug_print(self)
implicit none
class(cell_type), intent(in) :: self
write(dlun,'("Cell debug print. Index ic=",I0," nrow=",I0," ncol=",I0)') &
self%ic_ind, self%nrow, self%ncol
end subroutine c_debug_print