mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14671] fix typo in comments and remove unused header mention
tested: linux
This commit is contained in:
parent
0a33c38b75
commit
04aad32e73
@ -45,7 +45,7 @@ static int have_request(pack_opt_t *options);
|
||||
* Purpose: locate all high-level HDF5 objects in the file
|
||||
* and compress/chunk them using options
|
||||
*
|
||||
* Algorythm: 2 traversals are made to the file; the 1st builds a list of
|
||||
* Algorithm: 2 traversals are made to the file; the 1st builds a list of
|
||||
* the objects, the 2nd makes a copy of them, using the options;
|
||||
* the reason for the 1st traversal is to check for invalid
|
||||
* object name requests
|
||||
|
@ -19,17 +19,12 @@
|
||||
|
||||
#include "hdf5.h"
|
||||
#include "h5trav.h"
|
||||
#include "H5Zprivate.h" /* H5Z_COMMON_CD_VALUES */
|
||||
|
||||
|
||||
|
||||
#define H5FOPENERROR "unable to open file"
|
||||
|
||||
#define PFORMAT "%-7s %-7s %-7s\n" /*chunk info, compression info, name*/
|
||||
#define PFORMAT1 "%-7s %-7s %-7s" /*chunk info, compression info, name*/
|
||||
|
||||
#define MAX_NC_NAME 256 /* max length of a name */
|
||||
#define MAX_VAR_DIMS 32 /* max per variable dimensions */
|
||||
#define PFORMAT "%-7s %-7s %-7s\n" /* chunk info, compression info, name*/
|
||||
#define PFORMAT1 "%-7s %-7s %-7s" /* chunk info, compression info, name*/
|
||||
#define MAX_NC_NAME 256 /* max length of a name */
|
||||
#define MAX_VAR_DIMS 32 /* max per variable dimensions */
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* data structures for command line options
|
||||
@ -53,7 +48,6 @@ typedef struct {
|
||||
H5Z_FILTER_SCALEOFFSET 6 , scaleoffset compression
|
||||
*/
|
||||
|
||||
/* #define CD_VALUES H5Z_COMMON_CD_VALUES */
|
||||
#define CD_VALUES 20
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user