str_trimzero Function

public pure function str_trimzero(str) result(res)

Deletes nonsignificant trailing zeroes from number string str. If number string ends in a decimal point, one trailing zero is added.

Arguments

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

Return Value character(len=:), allocatable


Called by

proc~~str_trimzero~~CalledByGraph proc~str_trimzero str_trimzero proc~str_from_dnum str_from_dnum proc~str_from_dnum->proc~str_trimzero interface~str_from_num str_from_num interface~str_from_num->proc~str_from_dnum proc~aabb_print aabb_t%aabb_print proc~aabb_print->interface~str_from_num proc~bds_run bds_run proc~bds_run->interface~str_from_num proc~integrate_em integrate_em proc~bds_run->proc~integrate_em proc~bond_fene bond_fene proc~bond_fene->interface~str_from_num proc~bond_kg bond_kg proc~bond_kg->interface~str_from_num proc~bond_ms bond_ms proc~bond_ms->interface~str_from_num proc~control_write ctrlpar_t%control_write proc~control_write->interface~str_from_num proc~node_asstr node_asstr proc~node_asstr->interface~str_from_num interface~node_asstr node_t%node_asstr interface~node_asstr->proc~node_asstr proc~ia_get_bond_force ia_get_bond_force proc~ia_get_bond_force->proc~bond_fene proc~ia_get_bond_force->proc~bond_kg proc~ia_get_bond_force->proc~bond_ms proc~run run proc~run->proc~bds_run proc~ia_add_bond_forces ia_add_bond_forces proc~ia_add_bond_forces->proc~ia_get_bond_force proc~print print proc~print->interface~node_asstr program~main main program~main->proc~run interface~print aabbtree_t%print interface~print->proc~print proc~ia_calc_forces ia_calc_forces proc~ia_calc_forces->proc~ia_add_bond_forces proc~calc_drift calc_drift proc~calc_drift->proc~ia_calc_forces proc~integrate_em->proc~calc_drift proc~se_fval se_fval proc~se_fval->proc~calc_drift