Equivalence check for GT_VARIABLE type variables. More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | gtvarequivalent (var1, var2) |
Equivalence check for GT_VARIABLE type variables.
Definition in file gtvarequivalent.f90.
| logical function gtvarequivalent | ( | type(gt_variable), intent(in) | var1, |
| type(gt_variable), intent(in) | var2 | ||
| ) |
Check equivalence of two GT_VARIABLE type variables
Compares variables var1 and var2, returns .true. if equivalent, .false. otherwise.
| [in] | var1 | First variable handle |
| [in] | var2 | Second variable handle |
Definition at line 43 of file gtvarequivalent.f90.
References gtdata_internal_map::var_class().