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

printinfo.h: removed newline

parent 37d3a775
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ void printGridInfo(int vlistID)
fprintf(stdout, "size : dim = %d", gridsize);
if ( gridtype == GRID_UNSTRUCTURED && gridInqNvertex(gridID) > 0 )
fprintf(stdout, " nvertex = %d\n", gridInqNvertex(gridID));
fprintf(stdout, " nvertex = %d", gridInqNvertex(gridID));
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