NCEPLIBS-ip 5.2.0
Loading...
Searching...
No Matches
ip_grid_mod::operator(==) Interface Reference

Check equality. More...

Public Member Functions

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

Detailed Description

Check equality.

Author
Kyle Gerheiser
Date
July 2021

Definition at line 175 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 
)

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 211 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: