[svn-r26570] Commented lineis that print extra "VIRTUAL" keyword and blank lines for demo on 3/25/2015. Allen will need to review it.

This commit is contained in:
Elena Pourmal 2015-03-24 23:08:59 -05:00
parent 1f9bf8d63b
commit 1180e6f96d

View File

@ -3156,8 +3156,10 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info,
{
size_t vmaps;
/* EIP
h5tools_str_reset(&buffer);
h5tools_str_append(&buffer, "%s %s", VDS_VIRTUAL, BEGIN);
*/
h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, (size_t) ncols, (hsize_t) 0, (hsize_t) 0);
H5Pget_virtual_count(dcpl_id, &vmaps);
@ -3248,8 +3250,10 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info,
ctx->need_prefix = TRUE;
h5tools_simple_prefix(stream, info, ctx, curr_pos, 0);
/*EIP
h5tools_str_reset(&buffer);
h5tools_str_append(&buffer, "%s", END);
*/
h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, (size_t) ncols, (hsize_t) 0, (hsize_t) 0);
}
ctx->indent_level--;