summaryrefslogtreecommitdiffstats
path: root/src/H5Dtest.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-09-20 19:13:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-09-20 19:13:27 (GMT)
commitd3074fa8bd8cb5eb266741203b68ce9129c2d7dc (patch)
treeeca9e38529355d2ec2a9c5fd934e7a9d9e4821b7 /src/H5Dtest.c
parent99299e195b5294549b75b28321ae7f8d2c6f8644 (diff)
parent67a126c7ba8825ffb193c930c7b8cae939b3446d (diff)
downloadhdf5-d3074fa8bd8cb5eb266741203b68ce9129c2d7dc.zip
hdf5-d3074fa8bd8cb5eb266741203b68ce9129c2d7dc.tar.gz
hdf5-d3074fa8bd8cb5eb266741203b68ce9129c2d7dc.tar.bz2
Merge pull request #1250 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '67a126c7ba8825ffb193c930c7b8cae939b3446d': Normalization with vol_integration (test code and H5Xtest.c)
Diffstat (limited to 'src/H5Dtest.c')
-rw-r--r--src/H5Dtest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Dtest.c b/src/H5Dtest.c
index c2b6199..ac1d05a 100644
--- a/src/H5Dtest.c
+++ b/src/H5Dtest.c
@@ -28,10 +28,10 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Dpkg.h" /* Datasets */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Iprivate.h" /* IDs */
+#include "H5private.h" /* Generic Functions */
+#include "H5Dpkg.h" /* Datasets */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Iprivate.h" /* IDs */
/****************/