check_i_matter Module Procedure

module procedure check_i_matter module subroutine check_i_matter(this, i_matter)

Checks that the given index i_matter is between 1 and n_matter, included. If not, it stops the execution of the program.

FT 2.11.2021


Arguments

Type IntentOptional Attributes Name
class(idbase), intent(in) :: this
integer, intent(in) :: i_matter

Value to be checked


Called by

proc~~check_i_matter~~CalledByGraph proc~check_i_matter check_i_matter interface~check_i_matter check_i_matter interface~check_i_matter->proc~check_i_matter

Contents