starts_with_alpha Function

public function starts_with_alpha(s)

Decide if a string starts with a letter or not.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

String to analyze

Return Value logical


Called by

proc~~starts_with_alpha~~CalledByGraph proc~starts_with_alpha starts_with_alpha proc~check_keyword check_keyword proc~check_keyword->proc~starts_with_alpha proc~check_keyword~2 check_keyword proc~check_keyword~2->proc~starts_with_alpha proc~mmpol_init_from_xyz mmpol_init_from_xyz proc~mmpol_init_from_xyz->proc~check_keyword~2 proc~ommp_system_from_qm_helper ommp_system_from_qm_helper proc~ommp_system_from_qm_helper->proc~check_keyword~2 proc~ommp_init_xyz ommp_init_xyz proc~ommp_init_xyz->proc~mmpol_init_from_xyz program~test_si_geomgrad test_SI_geomgrad program~test_si_geomgrad->proc~ommp_system_from_qm_helper program~test_si_geomgrad_num test_SI_geomgrad_num program~test_si_geomgrad_num->proc~ommp_system_from_qm_helper proc~c_ommp_system_from_qm_helper C_ommp_system_from_qm_helper proc~c_ommp_system_from_qm_helper->proc~ommp_system_from_qm_helper proc~c_ommp_init_xyz C_ommp_init_xyz proc~c_ommp_init_xyz->proc~ommp_init_xyz

Contents