create_block_data_c_sp Subroutine

private subroutine create_block_data_c_sp(block, sizes, array)

Create block from array, array can be n-dimensional.

Arguments

Type IntentOptional Attributes Name
type(block_nd), intent(out) :: block
integer, intent(in), DIMENSION(:) :: sizes
complex(kind=real_4), intent(in), DIMENSION(PRODUCT(sizes)) :: array