Re: [netcdfgroup] ncgen bug

The CDL example in the ncgen manpage has an enum within a compound var and it triggers the bug too.

On 12/16/19 10:30 PM, Dave Allured - NOAA Affiliate via netcdfgroup wrote:
cat > bug.cdl << EOF
netcdf bug {
types:
   int enum enum1 {A = -1, B = 0, C = 1} ;
   compound comp1 {
     enum1 e1;
   };

dimensions:
   dim1 = 2 ;
variables:
   enum1 var1(dim1) ;
   comp1 var2(dim1) ;
data:
   var1 = A, A ;
   var2 = {A}, {A} ;
}
EOF


  • 2019 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: