mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Corrected an issue on Windows.
This commit is contained in:
parent
d41c080b0f
commit
70e454227e
@ -83,7 +83,7 @@ diff tmp.cdl tmp-chunked.cdl
|
||||
$NCCOPY -c dim0/,dim1/,dim2/,dim3/,dim4/,dim5/,dim6/ tmp-chunked.nc tmp-unchunked.nc
|
||||
${NCDUMP} -n tmp tmp-unchunked.nc > tmp-unchunked.cdl
|
||||
diff tmp.cdl tmp-unchunked.cdl
|
||||
$NCCOPY -c / tmp-chunked.nc tmp-unchunked.nc
|
||||
$NCCOPY -c // tmp-chunked.nc tmp-unchunked.nc
|
||||
${NCDUMP} -n tmp tmp-unchunked.nc > tmp-unchunked.cdl
|
||||
diff tmp.cdl tmp-unchunked.cdl
|
||||
echo "*** Test that nccopy -c works as intended for record dimension default (1)"
|
||||
|
Loading…
Reference in New Issue
Block a user