[svn-r7999] Purpose:

h5repack new features

Description:
added support/ tests for contiguous and compact layout processing

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-12-31 09:00:36 -05:00
parent ee2eecf1b4
commit 738e808d26
6 changed files with 97 additions and 28 deletions

View File

@@ -391,7 +391,7 @@ obj_list_t* parse_layout(const char *str,
} /* j */
if ( pack->layout=H5D_CHUNKED )
if ( pack->layout==H5D_CHUNKED )
{
/*-------------------------------------------------------------------------