mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
9 lines
100 B
Plaintext
9 lines
100 B
Plaintext
netcdf nc_enddef {
|
|
dimensions:
|
|
dim = 1;
|
|
variables:
|
|
double var(dim);
|
|
data:
|
|
var = 1;
|
|
}
|