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

examples/cdi_write_const.c: set filename to example_const.nc

parent bcf55066
No related branches found
No related tags found
1 merge request!58M214003/develop
Pipeline #40808 passed
......@@ -49,7 +49,7 @@ main(void)
vlistDefTaxis(vlistID, taxisID);
// Create a dataset in netCDF format
streamID = streamOpenWrite("example_const.grb", CDI_FILETYPE_NC);
streamID = streamOpenWrite("example_const.nc", CDI_FILETYPE_NC);
if (streamID < 0)
{
fprintf(stderr, "%s\n", cdiStringError(streamID));
......
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