NCEPLIBS-ip  5.1.0
ip_grid_descriptor_mod::operator(==) Interface Reference

Private Member Functions

logical function is_same_grid (grid1, grid2)
 Test whether two grid descriptors are the same. More...
 

Detailed Description

Definition at line 56 of file ip_grid_descriptor_mod.F90.

Member Function/Subroutine Documentation

◆ is_same_grid()

logical function ip_grid_descriptor_mod::operator(==)::is_same_grid ( class(ip_grid_descriptor), intent(in)  grid1,
class(ip_grid_descriptor), intent(in)  grid2 
)
private

Test whether two grid descriptors are the same.

Parameters
[in]grid1An ip_grid_descriptor.
[in]grid2Another ip_grid_descriptor.
Returns
True if the grids are the same, false if they are not.
Author
Kyle Gerheiser
Date
July 2021

Definition at line 115 of file ip_grid_descriptor_mod.F90.

References ip_grid_descriptor_mod::is_same_grid().


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