summaryrefslogtreecommitdiffstats
path: root/hl/src/H5TBprivate.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-24 20:21:53 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-24 20:21:53 (GMT)
commit69698dff0327fc1a97f54ed19d1eef59096bc561 (patch)
treea08242026126979c4f9357775cd8fa3411836f60 /hl/src/H5TBprivate.h
parentfa40801d4282f2901fc41f2190ffd9faa4a7ce19 (diff)
downloadhdf5-69698dff0327fc1a97f54ed19d1eef59096bc561.zip
hdf5-69698dff0327fc1a97f54ed19d1eef59096bc561.tar.gz
hdf5-69698dff0327fc1a97f54ed19d1eef59096bc561.tar.bz2
[svn-r16126] In version 3.0 of Table, "NROWS" was deprecated
tested: windows, linux
Diffstat (limited to 'hl/src/H5TBprivate.h')
-rw-r--r--hl/src/H5TBprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5TBprivate.h b/hl/src/H5TBprivate.h
index d4e5635..e2b668d 100644
--- a/hl/src/H5TBprivate.h
+++ b/hl/src/H5TBprivate.h
@@ -24,6 +24,7 @@
#define TABLE_CLASS "TABLE"
+#define TABLE_VERSION "3.0"
#define HLTB_MAX_FIELD_LEN 255
/*-------------------------------------------------------------------------