From c8c04004124aa9f64f09d427c6c54c11d2da764f Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 1 Aug 2004 00:14:36 -0500 Subject: [svn-r8975] Purpose: Add more C++ wrappers and documentation Description: Added class ArrayType to provide wrapper for: H5Tarray_create H5Tget_array_ndims H5Tget_array_dims Test for the new wrappers will follow soon. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) New files will be added to Windows projects. Misc. update: --- c++/src/H5ArrayType.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c++/src/H5ArrayType.cpp b/c++/src/H5ArrayType.cpp index 041108c..8859123 100644 --- a/c++/src/H5ArrayType.cpp +++ b/c++/src/H5ArrayType.cpp @@ -20,6 +20,8 @@ #include "H5IdComponent.h" #include "H5PropList.h" #include "H5Object.h" +#include "H5DcreatProp.h" +#include "H5CommonFG.h" #include "H5DataType.h" #include "H5ArrayType.h" -- cgit v0.12