mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
e3545bf88d
times, but returning the same ncid. 2. Separate out the dap auth tests and make them disabled by default. 3. turn of ncdap_test/test_varm3 until we can find a copy of coads_climatology.nc
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
F="tst_small.nc"
|
|
|
|
alias q0="./ncdump $F"
|
|
alias qh="./ncdump -h $F"
|
|
alias qq="gdb --args ./ncdump $F"
|
|
alias qqh="gdb --args ./ncdump -h $F"
|