Home
last modified time | relevance | path

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

/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A Dsencode2.c62 fortint IS2STAR(gribProduct ** grib, fortint * startTimestep) { in IS2STAR() argument
68 MOVE2BYTES(((g->g1)->local.contents.def2.startTimestep),startTimestep); in IS2STAR()
72 fortint RS2STAR(gribProduct ** grib, fortdouble *startTimestep) { in RS2STAR() argument
73 fortint StartTimestep = (fortint) *startTimestep; in RS2STAR()
H A DgdecodeStruct.h31 unsigned char startTimestep[2]; member
H A Dgdecode.h220 #define g1_2_start(a) TWOBYTEINT((a->g1)->local.contents.def2.startTimestep)