Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a789bad3
Commit
a789bad3
authored
Feb 25, 2020
by
Uwe Schulzweida
Browse files
Removed stream_history.c.
parent
13a2407a
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
a789bad3
...
@@ -99,7 +99,6 @@ libcdi_la_SOURCES = \
...
@@ -99,7 +99,6 @@ libcdi_la_SOURCES = \
stream_grb.c
\
stream_grb.c
\
stream_grb.h
\
stream_grb.h
\
stream_gribapi.h
\
stream_gribapi.h
\
stream_history.c
\
stream_ieg.c
\
stream_ieg.c
\
stream_ieg.h
\
stream_ieg.h
\
cdi_int.c
\
cdi_int.c
\
...
...
src/make_cdilib
View file @
a789bad3
...
@@ -141,7 +141,6 @@ files="async_worker.c \
...
@@ -141,7 +141,6 @@ files="async_worker.c \
stream_ext.c
\
stream_ext.c
\
stream_grb.c
\
stream_grb.c
\
stream_gribapi.c
\
stream_gribapi.c
\
stream_history.c
\
stream_ieg.c
\
stream_ieg.c
\
stream_record.c
\
stream_record.c
\
stream_srv.c
\
stream_srv.c
\
...
...
src/make_cdilib_nc
View file @
a789bad3
...
@@ -122,7 +122,6 @@ files="basetime.c \
...
@@ -122,7 +122,6 @@ files="basetime.c \
stream_cdf_i.c
\
stream_cdf_i.c
\
stream_cdf_o.c
\
stream_cdf_o.c
\
stream_cdf_time.c
\
stream_cdf_time.c
\
stream_history.c
\
stream_record.c
\
stream_record.c
\
stream_var.c
\
stream_var.c
\
cdf_write.c
\
cdf_write.c
\
...
...
src/stream_history.c
deleted
100644 → 0
View file @
13a2407a
#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:
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment