summaryrefslogtreecommitdiffstats
path: root/c++/src/H5ArrayType.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-20 15:06:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-20 15:06:17 (GMT)
commitc5a58dc53f460a0535e4b083f91eb16d2e3e8e67 (patch)
tree6d61fb2f63dcc881eaba71dcc01ef4481dc47864 /c++/src/H5ArrayType.h
parent00377993f5e1e1f720ec3657f9236008355151f8 (diff)
downloadhdf5-c5a58dc53f460a0535e4b083f91eb16d2e3e8e67.zip
hdf5-c5a58dc53f460a0535e4b083f91eb16d2e3e8e67.tar.gz
hdf5-c5a58dc53f460a0535e4b083f91eb16d2e3e8e67.tar.bz2
[svn-r28931] Merge of r28905, 28906 from trunk (C++ array bugfix).
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial, C++ only
Diffstat (limited to 'c++/src/H5ArrayType.h')
-rw-r--r--c++/src/H5ArrayType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5ArrayType.h b/c++/src/H5ArrayType.h
index 6577a6e..c0f4b38 100644
--- a/c++/src/H5ArrayType.h
+++ b/c++/src/H5ArrayType.h
@@ -31,6 +31,9 @@ class H5_DLLCPP ArrayType : public DataType {
// specified base type.
ArrayType(const DataType& base_type, int ndims, const hsize_t* dims);
+ // Stores the rank and dimensions in memory.
+ void setArrayInfo();
+
// Returns the number of dimensions of this array datatype.
int getArrayNDims();