Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dgaexpr.c521 int swap,i,j,flag,dimtyp; in gastop() local
526 stn2->jdim==1) dimtyp = 1; in gastop()
528 stn2->jdim==-1) dimtyp = 2; in gastop()
530 stn2->jdim==-1) dimtyp = 3; in gastop()
558 if (dimtyp==1 && rpt1->lat != rpt2->lat) continue; in gastop()
559 if (dimtyp==1 && rpt1->lon != rpt2->lon) continue; in gastop()
560 if (dimtyp==2 && rpt1->lev != rpt2->lev) continue; in gastop()
561 if (dimtyp==3 && rpt1->tim != rpt2->tim) continue; in gastop()