NCEPLIBS-g2c 1.9.0
Loading...
Searching...
No Matches
g2ccompare.c File Reference

Compare the metadata of two open GRIB2 files. More...

#include "grib2_int.h"
#include <stdarg.h>
#include <math.h>

Go to the source code of this file.

Functions

int g2c_compare (int g2cid1, int g2cid2)
 Compare the metadata of two open GRIB2 files.
 

Variables

G2C_FILE_INFO_T g2c_file [G2C_MAX_FILES+1]
 Global file information.
 

Detailed Description

Compare the metadata of two open GRIB2 files.

Author
Ed Hartnett
Date
Dec 28, 2022

Definition in file g2ccompare.c.

Function Documentation

◆ g2c_compare()

Variable Documentation

◆ g2c_file

G2C_FILE_INFO_T g2c_file
extern

Global file information.

Definition at line 30 of file g2cfile.c.

Referenced by g2c_compare().