PAULSON_PSIM Interface

public interface PAULSON_PSIM

Contents


Module Procedures

public function PAULSON_PSIM_0D(PZ_O_LMO)

Arguments

Type IntentOptional AttributesName
real, intent(in) :: PZ_O_LMO

Return Value real

public function PAULSON_PSIM_1D(PZ_O_LMO)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:):: PZ_O_LMO

Return Value real, DIMENSION(SIZE(PZ_O_LMO,1))

public function PAULSON_PSIM_2D(PZ_O_LMO)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:,:):: PZ_O_LMO

Return Value real, DIMENSION(SIZE(PZ_O_LMO,1),SIZE(PZ_O_LMO,2))

public function PAULSON_PSIM_3D(PZ_O_LMO)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:,:,:):: PZ_O_LMO

Return Value real, DIMENSION(SIZE(PZ_O_LMO,1), SIZE(PZ_O_LMO,2),SIZE(PZ_O_LMO,3))