awips2/nativeLib/rary.ohd.pproc/inc/save_grib.h

30 lines
1,011 B
C
Raw Normal View History

2017-03-14 15:05:59 -05:00
/*******************************************************************************
* FILENAME: save_grib.h
* DESCRIPTION: Contains the prototype for the save_grib
* routine. This is shared by MPE Fieldgen
* and MPE Editor.
*
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: May 11, 2006
* ORGANIZATION: OHD, HSEB
* MACHINE: Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* 5/11/2006 B. Lawrence Made this header more robust. Added
* documentation.
********************************************************************************
*/
#ifndef SAVE_GRIB_H
#define SAVE_GRIB_H
#define XMRG_FILE_LENGTH 30
char * save_grib ( char xmrgfile [XMRG_FILE_LENGTH],
int * leninf,
char gribfile [XMRG_FILE_LENGTH],
int * lenfn);
#endif /* #ifndef SAVE_GRIB_H */