summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-05 20:45:49 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-05 20:45:49 (GMT)
commit659945ecb58ad2ad3d7e6c5bc988cba146cba85d (patch)
tree2d22cc340cff3e712eef4fd851d2b086d3a4a516 /c++/test
parent2453130d96acf1e63c79208792126d235accc9d7 (diff)
downloadhdf5-659945ecb58ad2ad3d7e6c5bc988cba146cba85d.zip
hdf5-659945ecb58ad2ad3d7e6c5bc988cba146cba85d.tar.gz
hdf5-659945ecb58ad2ad3d7e6c5bc988cba146cba85d.tar.bz2
[svn-r3547] Purpose:
Small Fix Description: Modified ``max_dims'' so that it is a truely recursive definition vis-a-vis (that's French!) the BNF stuff. Solution: Changed the max_dims ::= ( i_0, i_1, ...) where i_k is either an integer or UNLIMITED to something like: <max_dims> ::= '(' <max_dim_list> ')' <max_dim_list> ::= <max_dim> | <max_dim>, <max_dim_list> <max_dim> ::= <int_value> | H5S_UNLIMITED Platforms tested: PDP-10
Diffstat (limited to 'c++/test')
0 files changed, 0 insertions, 0 deletions