pdf_allocate Interface

public interface pdf_allocate

Module Procedures

private subroutine pdf_allocate_1d(self, N)

Arguments

Type IntentOptional Attributes Name
type(pdf_kernel) :: self
integer :: N

private subroutine pdf_allocate_2d(self, Nvec)

Arguments

Type IntentOptional Attributes Name
type(pdf_kernel_2d) :: self
integer :: Nvec(2)