get_sublattice Function

public pure elemental function get_sublattice(lattice, label) result(sublattice)

Extract sublattice, given a lattice and a label ("A" or "B")

Arguments

Type IntentOptional Attributes Name
type(xy_lattice), intent(in) :: lattice
character(len=1), intent(in) :: label

A or B

Return Value type(xy_lattice)


Called by

proc~~get_sublattice~~CalledByGraph proc~get_sublattice xy_coordinates::get_sublattice proc~xy_plot honeyplots::xy_plot proc~xy_plot->proc~get_sublattice interface~plot honeyplots::plot interface~plot->proc~xy_plot