mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
12339b0759
A second problem also discovered was an if statement that should have comapered lengths of a string actually was comapring addreeses. Once thatt was fixed, The "[" character could be used but broke other functionality. Consultation with tools team resulted in the creation of a "--no-subset" option to disable interpretation of "[" character as a subsetting compact-form. This also eliminated and cleaned up the code containing the plomatic if statement. Tested: local linux and added test, CMake updated autotools test to be added next.
10 lines
181 B
SQL
10 lines
181 B
SQL
HDF5 "tno-subset.h5" {
|
|
DATASET "AHFINDERDIRECT::ah_centroid_t[0] it=0 tl=0" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
|
|
DATA {
|
|
(0,0): 0
|
|
}
|
|
}
|
|
}
|