convert_stepvector_to_nI Interface

public interface convert_stepvector_to_nI

Module Procedures

private pure function convert_stepvector_to_nI_int(step_vector) result(nI)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step_vector(:)

Return Value integer, (nel)

private pure function convert_stepvector_to_nI_StepV(csf) result(nI)

Arguments

Type IntentOptional Attributes Name
type(StepVector_t), intent(in) :: csf(:)

Return Value integer, (nel)

private pure function convert_stepvector_to_nI_CSF_Info(csf) result(nI)

Arguments

Type IntentOptional Attributes Name
type(CSF_Info_t), intent(in) :: csf

Return Value integer, (nel)