- Fixed a bug fix with Fixed motor in TAS code
- Made AMOR write HDF-5 data in chunks - Added driver for a PSI-DSP magnet controller as used at SLS - Added code for directly accessing RS232 controllers connected to a terminal server, thereby bypassing the SerPortServer - A rounding problem in the PSD histogram memory was resolved.
This commit is contained in:
@@ -2537,9 +2537,6 @@
|
||||
break;
|
||||
case 4:
|
||||
my_pntr.i4[offs] += hm_pntr.i4[dataPtr + k];
|
||||
if(hm_pntr.i4[dataPtr +k] > 0 ) {
|
||||
printf("Data found at %d, %d, %d\n",i,j,k);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user