Home
last modified time | relevance | path

Searched refs:g2_xbounds (Results 1 – 2 of 2) sorted by relevance

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dgrid.c2516 const double *restrict g1_xbounds, *restrict g2_xbounds; in gridCompareP() local
2526 if ( !(g2_xbounds = g2->vtable->inqXBoundsPtr(g2)) ) return differ; in gridCompareP()
2529 if ( IS_NOT_EQUAL(g1_xbounds[i], g2_xbounds[i]) ) return differ; in gridCompareP()
H A Dcdilib.c27257 const double *restrict g1_xbounds, *restrict g2_xbounds; in gridCompareP() local
27267 if ( !(g2_xbounds = g2->vtable->inqXBoundsPtr(g2)) ) return differ; in gridCompareP()
27270 if ( IS_NOT_EQUAL(g1_xbounds[i], g2_xbounds[i]) ) return differ; in gridCompareP()