The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
Interface operators .within.
for testing whether a value (first argument) lies within the limits set by a two-element array (second argument). All the values/parameters are Fortran intrinsic types, real or integer. Usage of the operator:
More...
Interface operators .within.
for testing whether a value (first argument) lies within the limits set by a two-element array (second argument). All the values/parameters are Fortran intrinsic types, real or integer. Usage of the operator:
See commondata::is_within_operator_r()
and commondata::is_within_operator_i()
for more details.
Definition at line 5469 of file m_common.f90.