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

printinfo update

parent 08748d08
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ static void printGridInfo(int vlistID)
fprintf(stdout, "available :");
if ( gridInqXbounds(gridID, NULL) ) fprintf(stdout, " xbounds");
if ( gridInqYbounds(gridID, NULL) ) fprintf(stdout, " ybounds");
if ( gridInqMask(gridID, NULL) ) fprintf(stdout, " mask");
fprintf(stdout, "\n");
}
......@@ -352,6 +353,7 @@ static void printGridInfo(int vlistID)
if ( gridInqXbounds(gridID, NULL) ) fprintf(stdout, " xbounds");
if ( gridInqYbounds(gridID, NULL) ) fprintf(stdout, " ybounds");
if ( gridHasArea(gridID) ) fprintf(stdout, " area");
if ( gridInqMask(gridID, NULL) ) fprintf(stdout, " mask");
fprintf(stdout, "\n");
}
}
......
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