summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FcreatProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-24 04:02:58 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-05-24 04:02:58 (GMT)
commit02a1c32b1f0a135f64795f7afec0157c18fa5a41 (patch)
tree707525f6e3efa32b777a59559cd857e2c2d1ff79 /c++/src/H5FcreatProp.h
parent53114fe05593c5ec19858759724ddfed5b4f9310 (diff)
downloadhdf5-02a1c32b1f0a135f64795f7afec0157c18fa5a41.zip
hdf5-02a1c32b1f0a135f64795f7afec0157c18fa5a41.tar.gz
hdf5-02a1c32b1f0a135f64795f7afec0157c18fa5a41.tar.bz2
[svn-r8569] Purpose:
Add/Correct documentation Description: Added doxygen documentation to: Exception.cpp H5CompType.cpp H5FcreatProp.cpp and corrected some typos in comments for: H5AbstractDs.cpp H5EnumType.cpp H5File.cpp Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene)
Diffstat (limited to 'c++/src/H5FcreatProp.h')
-rw-r--r--c++/src/H5FcreatProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5FcreatProp.h b/c++/src/H5FcreatProp.h
index bd6a413..4ac4b10 100644
--- a/c++/src/H5FcreatProp.h
+++ b/c++/src/H5FcreatProp.h
@@ -32,7 +32,7 @@ class H5_DLLCPP FileCreatPropList : public PropList {
FileCreatPropList( const FileCreatPropList& orig );
// Retrieves version information for various parts of a file.
- void getVersion( unsigned& boot, unsigned& freelist, unsigned& stab, unsigned& shhdr ) const;
+ void getVersion( unsigned& super, unsigned& freelist, unsigned& stab, unsigned& shhdr ) const;
// Sets the userblock size field of a file creation property list.
void setUserblock( hsize_t size ) const;