File: ref_fixedstring.cdl

package info (click to toggle)
netcdf 1%3A4.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116,236 kB
  • sloc: ansic: 281,201; sh: 14,777; cpp: 6,000; yacc: 2,612; makefile: 2,025; lex: 1,218; javascript: 280; xml: 173; awk: 2
file content (16 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
netcdf ref_fixedstring {
dimensions:
	phony_dim_0 = 4 ;
variables:
	string v1 ;
	string vn(phony_dim_0) ;

// global attributes:
		:att1 = "abcd" ;
		string :attn = "abcd", "efgh", "ijkl", "mnop" ;
data:

 v1 = "abcd" ;

 vn = "abcd", "efgh", "ijkl", "mnop" ;
}