Skip to content
Snippets Groups Projects
Commit a789bad3 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Removed stream_history.c.

parent 13a2407a
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -99,7 +99,6 @@ libcdi_la_SOURCES = \
stream_grb.c \
stream_grb.h \
stream_gribapi.h \
stream_history.c \
stream_ieg.c \
stream_ieg.h \
cdi_int.c \
......
......@@ -141,7 +141,6 @@ files="async_worker.c \
stream_ext.c \
stream_grb.c \
stream_gribapi.c \
stream_history.c \
stream_ieg.c \
stream_record.c \
stream_srv.c \
......
......@@ -122,7 +122,6 @@ files="basetime.c \
stream_cdf_i.c \
stream_cdf_o.c \
stream_cdf_time.c \
stream_history.c \
stream_record.c \
stream_var.c \
cdf_write.c \
......
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dmemory.h"
#include "cdi.h"
#include "cdi_int.h"
#include "stream_cdf.h"
#ifdef HAVE_LIBNETCDF
static inline bool
filetypeIsNetCDF(int filetype)
{
return filetype == CDI_FILETYPE_NC
|| filetype == CDI_FILETYPE_NC2
|| filetype == CDI_FILETYPE_NC5
|| filetype == CDI_FILETYPE_NC4
|| filetype == CDI_FILETYPE_NC4C;
}
#endif
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
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