Skip to content
Snippets Groups Projects
Commit d5d2cb99 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Conditionally compile conditionally used cdf_write_record.

parent c0a0dd86
No related branches found
No related tags found
No related merge requests found
......@@ -799,6 +799,7 @@ void cdf_write_record(stream_t *streamptr, int memtype, const void *data, int nm
cdf_write_var_slice(streamptr, varID, levelID, memtype, data, nmiss);
}
#endif
void cdfReadRecord(stream_t *streamptr, double *data, int *nmiss)
{
......
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