Searched refs:ELEV_UNDEFINED (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c98 #define ELEV_UNDEFINED -32000 /* All elevations smaller than this value are macro
582 smaller than ELEV_UNDEFINED, because of DTED files not fully
588 if ( *bufPtr >= ELEV_UNDEFINED ) {
635 tmpShort = (*bufPtr >= ELEV_UNDEFINED? *bufPtr: minVals[c]);

Completed in 62 milliseconds