Skip to content
Snippets Groups Projects
Commit 40fc5f80 authored by Florian Prill's avatar Florian Prill
Browse files

[cdi-tiles] Removed unnecessary include statements obstructing cdilib.

parent e368ce42
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ Get the size of a subtype (e.g. no. of tiles)..
\section*{\tt \htmlref{subtypeInqTile}{subtypeInqTile}}
\begin{verbatim}
int subtypeInqTile (int subtypeID, int identificationNumberOfTile, int attribute);
int subtypeInqTile (int subtypeID, int tileindex, int attribute);
\end{verbatim}
Specialized version of subtypeInqSubEntry looking for tile/attribute pair..
......
......@@ -668,8 +668,7 @@ Get the size of a subtype (e.g. no. of tiles)..
\section*{\tt \htmlref{subtypeInqTile}{subtypeInqTile}}
\begin{verbatim}
INTEGER FUNCTION subtypeInqTile (INTEGER subtypeID,
INTEGER identificationNumberOfTile,
INTEGER FUNCTION subtypeInqTile (INTEGER subtypeID, INTEGER tileindex,
INTEGER attribute)
\end{verbatim}
......
......@@ -6,8 +6,6 @@
# include <grib_api.h>
#endif
#include "cdi_int.h"
#define GRIBAPI_MISSVAL -9.E33
/* GRIB2 Level Types */
......
#ifndef _STREAM_GRIBAPI_H
#define _STREAM_GRIBAPI_H
#include "cdi_int.h"
int gribapiScanTimestep1(stream_t * streamptr);
int gribapiScanTimestep2(stream_t * streamptr);
int gribapiScanTimestep(stream_t * streamptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment