NCEPLIBS-ip  5.0.0
ip_grid_mod::operator(==) Interface Reference

Check equality. More...

Private Member Functions

logical function is_same_grid (grid1, grid2)
 Compares two grids. More...
 

Detailed Description

Check equality.

Author
Kyle Gerheiser
Date
July 2021

Definition at line 166 of file ip_grid_mod.F90.

Member Function/Subroutine Documentation

◆ is_same_grid()

logical function ip_grid_mod::operator(==)::is_same_grid ( class(ip_grid), intent(in)  grid1,
class(ip_grid), intent(in)  grid2 
)
private

Compares two grids.

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

Definition at line 182 of file ip_grid_mod.F90.

References ip_grid_descriptor_mod::is_same_grid().


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