- Updated RITA-2 data files to new NeXus standard

- New HM driver for Delcam CCD camera
This commit is contained in:
koennecke
2007-03-06 10:07:44 +00:00
parent ac0fe1f2cf
commit 007f06d3e6
8 changed files with 28 additions and 28 deletions

View File

@ -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