Skip to content

Commit

Permalink
fixed new index format
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 3, 2024
1 parent 6014269 commit e15bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/g2c_degrib2.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ main(int argc, char **argv)
/* Turn on logging for verbose output. This only has effect if the
* library was built with LOGGING=ON. */
if (verbose)
g2c_set_log_level(4);
g2c_set_log_level(1);

/* If we got one input file, open it. If we got two input files,
* the second is an index file for the first. */
Expand Down

0 comments on commit e15bcd7

Please sign in to comment.