mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +08:00
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
|
netcdf ref_purezarr {
|
||
|
dimensions:
|
||
|
x = 2;
|
||
|
y = 5;
|
||
|
variables:
|
||
|
int i(x,y) ;
|
||
|
}
|