assert_true Subroutine

public subroutine assert_true(var1, message, status)

Test that var1 is true.

Arguments

Type IntentOptional AttributesName
logical, intent(in) :: var1
character(len=*), intent(in), optional :: message
logical, intent(out), optional :: status

Contents

None