1 /* Copyright 2018-2018 University Corporation for Atmospheric
2    Research/Unidata. */
3 /**
4  * @file
5  * @internal This header file contains macros, types and prototypes
6  * used to build and manipulate filters. It contains definitions
7  * for multiple file formats.
8  *
9  * @author Dennis Heimbigner
10  */
11 
12 #ifndef NCFILTER_H
13 #define NCFILTER_H
14 
15 
16 /**************************************************/
17 /* Internal filter related structures */
18 /* Obsolete */
19 
20 #endif /*NCFILTER_H*/
21