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

printZaxis: set dig to 7.

parent c88160e0
No related branches found
No related tags found
No related merge requests found
......@@ -501,9 +501,9 @@ void printZaxisInfo(int vlistID)
int zaxistype = zaxisInqType(zaxisID);
int ltype = zaxisInqLtype(zaxisID);
int levelsize = zaxisInqSize(zaxisID);
int prec = zaxisInqPrec(zaxisID);
int dig = (prec == DATATYPE_FLT64) ? 15 : 7;
// int prec = zaxisInqPrec(zaxisID);
// int dig = (prec == DATATYPE_FLT64) ? 15 : 7;
int dig = 7;
zaxisName(zaxistype, zaxisname);
zaxisInqName(zaxisID, zname);
......@@ -651,7 +651,7 @@ int printDateTime(int ntimeout, int vdate, int vtime)
fprintf(stdout, " %s %s", vdatestr, vtimestr);
return (++ntimeout);
return ++ntimeout;
}
#define NUM_TIMESTEP 60
......
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