Fix for bug NCF-275, ncdump -b annotation

This commit is contained in:
Russ Rew 2013-11-13 11:03:18 -07:00
parent 8e18ede2fe
commit 911bdab962

View File

@ -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);