mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-07 17:08:02 +08:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
|
netcdf ref_fixedstring {
|
||
|
dimensions:
|
||
|
phony_dim_0 = 3 ;
|
||
|
variables:
|
||
|
string test(phony_dim_0) ;
|
||
|
data:
|
||
|
|
||
|
test = "foo", "bar", "baz" ;
|
||
|
}
|