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

streamFilesuffix: changed default filename suffix for FILETYPE_NC2 to nc

parent 8fd6d930
No related branches found
No related tags found
No related merge requests found
2013-07-04 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* gribapiDefLevel::ZAXIS_DEPTH_BELOW_LAND: apply scalefactor to dlevel2 (bug fix) [report: Harald Anlauf]
* streamFilesuffix: changed default filename suffix for FILETYPE_NC2 to nc
2013-06-28 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
......
......@@ -524,7 +524,7 @@ int streamInqByteorder(int streamID)
char *streamFilesuffix(int filetype)
{
static char *fileSuffix[] = {"", ".grb", ".g2", ".nc", ".nc2", ".nc4", ".nc4", ".srv", ".ext", ".ieg", ".h5"};
static char *fileSuffix[] = {"", ".grb", ".g2", ".nc", ".nc", ".nc4", ".nc4", ".srv", ".ext", ".ieg"};
int size = (int) (sizeof(fileSuffix)/sizeof(char *));
if ( filetype > 0 && filetype < size )
......
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