- Enhanced and debugged histogram memory for AMOR

* added PROJECT both in HM and driver code
  * added single detector support.
- Removed several bugs in the AMOR data bit.
- Updated documentation
This commit is contained in:
cvs
2001-08-17 14:33:05 +00:00
parent a538361516
commit db6c355f44
56 changed files with 4060 additions and 426 deletions

View File

@ -250,7 +250,8 @@ static void mergeData(void)
int i, j, nDiv;
HistInt *startMerge, *startData;
assert(mergedData);
if(!mergedData)
return;
for(i = 0; i < nMerged; i++)
{