undef_checker_2d Function

public function undef_checker_2d(val, undef)

Check missing value in "val"

Arguments

Type IntentOptional Attributes Name
double precision, intent(in), dimension(:,:) :: val

Input

double precision, intent(in) :: undef

Undefined value

Return Value logical