atdh_build Subroutine

public subroutine atdh_build(num_atoms, num_dihedrals, dihedrals, atdh_tab)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: num_atoms
integer, intent(in) :: num_dihedrals
integer, intent(in), dimension(:,:):: dihedrals
type(itable_t), intent(out) :: atdh_tab

Atoms -> dihedrals table


Calls

proc~~atdh_build~~CallsGraph proc~atdh_build atdh_build proc~itbl_init itbl_init proc~atdh_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