- Updated RITA-2 data files to new NeXus standard
- New HM driver for Delcam CCD camera
This commit is contained in:
9
nxdict.c
9
nxdict.c
@ -1164,11 +1164,14 @@
|
||||
*/
|
||||
if(iChunkDefined == 0)
|
||||
{
|
||||
for(i = 0; i < iRank; i++)
|
||||
{
|
||||
iChunk[i] = iDim[i];
|
||||
for(i = 0; i < iRank; i++)
|
||||
{
|
||||
iChunk[i] = iDim[i];
|
||||
}
|
||||
}
|
||||
if(iChunk[0] < 0) {
|
||||
iChunk[0] = 1;
|
||||
}
|
||||
|
||||
/* first install dummy error handler, try open it, then
|
||||
deinstall again and create if allowed
|
||||
|
Reference in New Issue
Block a user