mod_read_angle Module


Functions

public function this_readline(ifile, ios)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ifile
integer, intent(out) :: ios

Return Value character(len=200)


Subroutines

public subroutine read_angle(natom, my_rank, density)

Arguments

Type IntentOptional Attributes Name
integer :: natom
integer :: my_rank
type(DENSITY_TYPE) :: density(natom)

public subroutine read_numbofangles(nangleconfigur, natom)

Arguments

Type IntentOptional Attributes Name
integer :: nangleconfigur
integer :: natom

public subroutine check_angle(density)

Arguments

Type IntentOptional Attributes Name
type(DENSITY_TYPE) :: density(:)