diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-12-24 04:41:28 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-12-24 04:41:28 (GMT) |
commit | 49260b3b89ac342a6fab78fb6e3945bd50af03a4 (patch) | |
tree | bb2d7c8193810d44875ae53a3a8f976065f0f171 /c++/src/H5CommonFG.cpp | |
parent | d7ded8359eb585c890ca3438f7e865d0ae1b97ec (diff) | |
download | hdf5-49260b3b89ac342a6fab78fb6e3945bd50af03a4.zip hdf5-49260b3b89ac342a6fab78fb6e3945bd50af03a4.tar.gz hdf5-49260b3b89ac342a6fab78fb6e3945bd50af03a4.tar.bz2 |
[svn-r11833] Purpose: Adding another wrapper/Fixing typos
Description:
Added missing member function H5File::flush
Added missing flag H5F_ACC_CREAT H5File::p_get_file
Fixed parameters passed to H5Awrite
Other typos
Platforms tested:
Linux 2.4 (heping)
SunOS 5.8 64-bit (sol)
Misc. update:
Diffstat (limited to 'c++/src/H5CommonFG.cpp')
-rw-r--r-- | c++/src/H5CommonFG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5CommonFG.cpp b/c++/src/H5CommonFG.cpp index 774b05c..ebf6c8b 100644 --- a/c++/src/H5CommonFG.cpp +++ b/c++/src/H5CommonFG.cpp @@ -13,7 +13,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <string> - #ifndef H5_NO_NAMESPACE #ifndef H5_NO_STD using std::string; |