Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxdataset size reporting limited to 32bit ints #337

Open
stuartcampbell opened this issue May 6, 2014 · 2 comments
Open

nxdataset size reporting limited to 32bit ints #337

stuartcampbell opened this issue May 6, 2014 · 2 comments
Milestone

Comments

@stuartcampbell
Copy link
Member

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);
@eugenwintersberger eugenwintersberger modified the milestones: 4.4.4, 4.5 Oct 10, 2016
@FreddieAkeroyd
Copy link
Member

To be backward compatible I guess we should create new functions?

@stuartcampbell
Copy link
Member Author

Is this still an issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants