allocate and get block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(4) | :: | ind |
block index |
|
real(kind=real_8), | intent(out), | DIMENSION(:,:,:,:), ALLOCATABLE | :: | block |
block to get |
|
logical, | intent(out) | :: | found |
whether block was found |