mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
add some debugging output
This commit is contained in:
parent
091d46081f
commit
513b094561
@ -88,6 +88,8 @@ main()
|
||||
strcat(url,topsrcdir);
|
||||
strcat(url,"/ncdap_test/testdata3/test.06");
|
||||
|
||||
printf("test_vara: url=%s\n",url);
|
||||
|
||||
memset((void*)threeD,0,sizeof(threeD));
|
||||
|
||||
if((retval = nc_open(url, NC_NOWRITE, &ncid)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user