mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +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 ;
|
||
|
}
|