allow user to specify int4 or int8 dims check for matching rank, else bad reads can occur--doesn't always crash without this check check for matching size, else bad reads can occur.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hdf5_file), | intent(in) | :: | self | |||
character(len=*), | intent(in) | :: | dname | |||
class(*), | intent(in) | :: | dims(:) |