mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Fix for bug NCF-275, ncdump -b annotation
This commit is contained in:
parent
8e18ede2fe
commit
911bdab962
@ -473,6 +473,9 @@ print_rows(
|
||||
char *valp = vals;
|
||||
bool_t lastrow;
|
||||
int j;
|
||||
if(formatting_specs.brief_data_cmnts && rank > 1) {
|
||||
annotate_brief(vp, cor, vdims);
|
||||
}
|
||||
NC_CHECK(nc_get_vara(ncid, varid, cor, edg, (void *)valp));
|
||||
for(i=0; i < d0 - 1; i++) {
|
||||
print_any_val(sb, vp, (void *)valp);
|
||||
|
Loading…
Reference in New Issue
Block a user