summaryrefslogtreecommitdiffstats
path: root/c++/examples/h5tutr_rdwt.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-11-15 16:29:28 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-11-15 16:29:28 (GMT)
commite10c0e7894699a4113074cd3e9212bafe56a5b40 (patch)
treeb945d7ab441815457dd36cac0e116be00b178e79 /c++/examples/h5tutr_rdwt.cpp
parent4c708cc78dbcbc7f719c38deb1e461bc3fe16541 (diff)
parent51ea7245dfdbda8311961ea4755c8d9c8ce99d76 (diff)
downloadhdf5-e10c0e7894699a4113074cd3e9212bafe56a5b40.zip
hdf5-e10c0e7894699a4113074cd3e9212bafe56a5b40.tar.gz
hdf5-e10c0e7894699a4113074cd3e9212bafe56a5b40.tar.bz2
Merge pull request #158 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
Removed the obsolete macros H5_NO_NAMESPACE and H5_NO_STD from the examples. * commit '51ea7245dfdbda8311961ea4755c8d9c8ce99d76': Description: Removed H5_NO_NAMESPACE from the examples. They were missed from the previous cleanup. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
Diffstat (limited to 'c++/examples/h5tutr_rdwt.cpp')
-rw-r--r--c++/examples/h5tutr_rdwt.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/c++/examples/h5tutr_rdwt.cpp b/c++/examples/h5tutr_rdwt.cpp
index 68c28ca..5c83dcb 100644
--- a/c++/examples/h5tutr_rdwt.cpp
+++ b/c++/examples/h5tutr_rdwt.cpp
@@ -20,12 +20,8 @@
#include <iostream>
#include <string>
-
#include "H5Cpp.h"
-
-#ifndef H5_NO_NAMESPACE
- using namespace H5;
-#endif
+using namespace H5;
const H5std_string FILE_NAME("h5tutr_dset.h5");
const H5std_string DATASET_NAME("dset");