Skip to content

nxdataset size reporting limited to 32bit ints #337

@stuartcampbell

Description

@stuartcampbell

Original reporter: zjttoefs

While createNXDataset uses 64bit ints for indexing:

pNXDS createNXDataset(int rank, int typecode, int64_t dim[]);

reporting works on architecture ints:

int   getNXDatasetDim(pNXDS dataset, int which);
int   getNXDatasetLength(pNXDS dataset);
int   getNXDatasetByteLength(pNXDS dataset);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions