diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-26 23:17:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-26 23:17:38 (GMT) |
commit | 5f027262a5ffd1549c50e609e3947c7f225cc63e (patch) | |
tree | 134188540547a297dc5c10735199640010ddeb46 /src/H5Cpublic.h | |
parent | 0f7fcaad25171bd5d4eb8f822d88b5770d9b235d (diff) | |
download | hdf5-5f027262a5ffd1549c50e609e3947c7f225cc63e.zip hdf5-5f027262a5ffd1549c50e609e3947c7f225cc63e.tar.gz hdf5-5f027262a5ffd1549c50e609e3947c7f225cc63e.tar.bz2 |
[svn-r112] Added some symbolic names for '0'. Makes user's code easier to read.
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r-- | src/H5Cpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index 0a8c8c0..08e7656 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -19,6 +19,9 @@ #ifndef _H5Cpublic_H #define _H5Cpublic_H +/* Default Template for creation, access, etc. templates */ +#define H5C_DEFAULT_TEMPLATE 0 + #ifdef __cplusplus extern "C" { #endif |