mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
10 lines
92 B
Plaintext
10 lines
92 B
Plaintext
netcdf nc_enddef {
|
|
dimensions:
|
|
dim = 1 ;
|
|
variables:
|
|
double var(dim) ;
|
|
data:
|
|
|
|
var = 1 ;
|
|
}
|