The AHA Model  Revision: 12809
Reference implementation 04 (HEDG02_04)
commondata::operator(.within.) Interface Reference

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...

Collaboration diagram for commondata::operator(.within.):

Detailed Description

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:

if ( value .within. [lower, upper] ) then

See commondata::is_within_operator_r() and commondata::is_within_operator_i() for more details.

Definition at line 5469 of file m_common.f90.


The documentation for this interface was generated from the following file: