check_i_matter Interface

interface


Calls

interface~~check_i_matter~~CallsGraph interface~check_i_matter check_i_matter proc~check_i_matter check_i_matter interface~check_i_matter->proc~check_i_matter

public module subroutine check_i_matter(this, i_matter)

Arguments

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

Value to be checked

Description

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