parse_connectivity_generic Interface

interface


Calls

interface~~parse_connectivity_generic~~CallsGraph interface~parse_connectivity_generic parse_connectivity_generic proc~parse_connectivity_generic parse_connectivity_generic interface~parse_connectivity_generic->proc~parse_connectivity_generic proc~error_set error_t%error_set proc~parse_connectivity_generic->proc~error_set proc~skip_to_end skip_to_end proc~parse_connectivity_generic->proc~skip_to_end proc~strip_comment strip_comment proc~parse_connectivity_generic->proc~strip_comment proc~skip_to_end->proc~error_set proc~skip_to_end->proc~strip_comment

Called by

interface~~parse_connectivity_generic~~CalledByGraph interface~parse_connectivity_generic parse_connectivity_generic proc~parse_connectivity_section parse_connectivity_section proc~parse_connectivity_section->interface~parse_connectivity_generic proc~parse_molecule_connectivity parse_molecule_connectivity proc~parse_molecule_connectivity->interface~parse_connectivity_generic interface~parse_connectivity_section parse_connectivity_section interface~parse_connectivity_section->proc~parse_connectivity_section proc~parse_single_molecule parse_single_molecule proc~parse_single_molecule->proc~parse_molecule_connectivity proc~parse_molecules_section parse_molecules_section proc~parse_molecules_section->proc~parse_single_molecule proc~read_mqc_file read_mqc_file proc~read_mqc_file->interface~parse_connectivity_section interface~parse_molecules_section parse_molecules_section proc~read_mqc_file->interface~parse_molecules_section interface~parse_molecules_section->proc~parse_molecules_section program~main main program~main->proc~read_mqc_file

private module subroutine parse_connectivity_generic(unit, nbonds, nbroken, bonds, error)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit
integer, intent(inout) :: nbonds
integer, intent(inout) :: nbroken
type(bond_t), intent(inout), allocatable :: bonds(:)
type(error_t), intent(out) :: error