[NeXus-code-tickets] [NeXusCode] #337: nxdataset size reporting limited to 32bit ints

NeXus Data Format Library and Applications noreply at nexusformat.org
Fri Nov 30 12:01:50 GMT 2012


#337: nxdataset size reporting limited to 32bit ints
----------------------------+------------------------
 Reporter:  Tobias Richter  |      Owner:  Unassigned
     Type:  defect          |     Status:  new
 Priority:  minor           |  Milestone:
Component:  napi            |    Version:  4.3.0
 Keywords:                  |
----------------------------+------------------------
 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);
 }}}

-- 
Ticket URL: <http://trac.nexusformat.org/code/ticket/337>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list