File: DMR_2.1.dds

package info (click to toggle)
libdap 3.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,116 kB
  • sloc: cpp: 52,168; sh: 40,006; xml: 23,505; ansic: 20,020; yacc: 2,452; exp: 1,544; makefile: 1,068; lex: 305; perl: 52; fortran: 8
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Dataset {
    Byte a[dim1 = 5];
    Char a1[dim1 = 5];
    Int8 b[dim1 = 5];
    UInt8 c[dim1 = 5][dim2 = 3];
    Int16 d[dim1 = 5];
    UInt16 e[10];
    Int32 f[dim1 = 5];
    UInt32 g[dim1 = 5];
    Float32 j[dim1 = 5];
    Float64 k[dim1 = 5];
} DMR_2.1;