mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
|
netcdf x {
|
||
|
dimensions:
|
||
|
string = 17;
|
||
|
variables:
|
||
|
int string;
|
||
|
int string:x = 17;
|
||
|
int :string = 17;
|
||
|
data: string = 1;
|
||
|
}
|