diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-06 16:00:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-06 16:00:56 (GMT) |
commit | dd0fbd5b0060ebc7703da8eaab747f7a3025be2a (patch) | |
tree | 2adb270f853a320980403b02a5100d6c84b81290 /src/H5Tprivate.h | |
parent | e251f45b8741c7e7bf2dbd4d76a76d67dbfc6da1 (diff) | |
download | hdf5-dd0fbd5b0060ebc7703da8eaab747f7a3025be2a.zip hdf5-dd0fbd5b0060ebc7703da8eaab747f7a3025be2a.tar.gz hdf5-dd0fbd5b0060ebc7703da8eaab747f7a3025be2a.tar.bz2 |
[svn-r14] Preliminary checkin of dataset code, to allow the interface & code to be shared.
Everything except the H5Dwrite should be working (or have sections of code
commented about features to implement).
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r-- | src/H5Tprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h index 31b2e74..0224725 100644 --- a/src/H5Tprivate.h +++ b/src/H5Tprivate.h @@ -41,7 +41,7 @@ typedef struct { /* Structure for storing information any datatype */ typedef struct { - h5_atomic_type_t dt; /* Atomic type of this object */ + h5_atomic_type_t dt; /* Base type of this object */ char *name; /* Name of datatype */ h5_compound_info_t *ci; /* Information for compound datatypes */ } h5_datatype_t; |