mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Turn verbose output on in nc_test.
This commit is contained in:
parent
802916a914
commit
b09461754f
@ -98,7 +98,7 @@ main(int argc, char *argv[])
|
||||
*/
|
||||
(void) signal(SIGFPE, SIG_IGN);
|
||||
|
||||
verbose = 0;
|
||||
verbose = 1;
|
||||
max_nmpt = 8;
|
||||
|
||||
/* If you uncomment the nc_set_log_level line, you will get a lot
|
||||
|
Loading…
Reference in New Issue
Block a user