atan_build Subroutine

public subroutine atan_build(num_atoms, num_angles, angles, atan_tab)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: num_atoms
integer, intent(in) :: num_angles
integer, intent(in), dimension(:,:):: angles
type(itable_t), intent(out) :: atan_tab

Atoms -> angles table


Calls

proc~~atan_build~~CallsGraph proc~atan_build atan_build proc~itbl_init itbl_init proc~atan_build->proc~itbl_init interface~ivector_init ivector_init proc~itbl_init->interface~ivector_init interface~ivector_init->interface~ivector_init proc~ivector_from_array ivector_from_array interface~ivector_init->proc~ivector_from_array proc~ivector_from_array->interface~ivector_init

Contents

None