diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
commit | 4dd2b367d5718689009ff67e2e665b7e61863331 (patch) | |
tree | 7f89717daf9e810a268dfb02ee46e250d851ce28 /src/H5Osdtyp.c | |
parent | 9e1e3eadbe2644670371333b4602cd184a01703e (diff) | |
download | hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.zip hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.gz hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.bz2 |
[svn-r78] Checkpointing dataset code. Everything is currently working, except writing
a second dataset out to the file seems to loose the first one.
Diffstat (limited to 'src/H5Osdtyp.c')
-rw-r--r-- | src/H5Osdtyp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Osdtyp.c b/src/H5Osdtyp.c index 962b646..a4b3c04 100644 --- a/src/H5Osdtyp.c +++ b/src/H5Osdtyp.c @@ -102,6 +102,7 @@ H5O_sim_dtype_decode (hdf5_file_t *f, size_t raw_size, const uint8 *p) sdtype->len=*p++; sdtype->arch=*p++; UINT16DECODE(p,sdtype->base); + sdtype->base=MAKE_ATOM(H5_DATATYPE,sdtype->base); /* convert into atomic base type */ } /* end if */ FUNC_LEAVE (sdtype); |