NCEPLIBS-ip 5.2.0
|
Public Member Functions | |
logical function | is_same_grid (grid1, grid2) |
Test whether two grid descriptors are the same. | |
Definition at line 59 of file ip_grid_descriptor_mod.F90.
logical function ip_grid_descriptor_mod::operator(==)::is_same_grid | ( | class(ip_grid_descriptor), intent(in) | grid1, |
class(ip_grid_descriptor), intent(in) | grid2 | ||
) |
Test whether two grid descriptors are the same.
[in] | grid1 | An ip_grid_descriptor. |
[in] | grid2 | Another ip_grid_descriptor. |
Definition at line 118 of file ip_grid_descriptor_mod.F90.
References ip_grid_descriptor_mod::is_same_grid().