pdf_set_range Interface

public interface pdf_set_range

Module Procedures

private subroutine pdf_set_range_1d(self, a, b)

Arguments

Type IntentOptional Attributes Name
type(pdf_kernel) :: self
real(kind=8) :: a
real(kind=8) :: b

private subroutine pdf_set_range_2d(self, a, b)

Arguments

Type IntentOptional Attributes Name
type(pdf_kernel_2d) :: self
real(kind=8) :: a(2)
real(kind=8) :: b(2)