- Debugging amor problem
This commit is contained in:
@ -588,6 +588,7 @@
|
||||
int iMax = -999999;
|
||||
const float *timebin;
|
||||
HistInt *iData = NULL;
|
||||
int iStart;
|
||||
|
||||
/* get size of our problem */
|
||||
GetHistDim(self->pHM,iDim,&i3);
|
||||
@ -610,8 +611,9 @@
|
||||
|
||||
if(isSINQHMDriv(self->pHM->pDriv))
|
||||
{
|
||||
GetHistogramDirect(self->pHM,pCon,0,iDim[0]*iDim[1]*iDim[2],
|
||||
2*iDim[2],&iData[1],2*iDim[2]*sizeof(HistInt));
|
||||
iStart = iDim[0]*iDim[1]*iDim[2];
|
||||
GetHistogramDirect(self->pHM,pCon,0,iStart,
|
||||
iStart + 2*iDim[2],&iData[1],2*iDim[2]*sizeof(HistInt));
|
||||
for(i = 1; i < length; i++)
|
||||
{
|
||||
iData[i] = htonl(iData[i]);
|
||||
|
2
danu.dat
2
danu.dat
@ -1,3 +1,3 @@
|
||||
245
|
||||
257
|
||||
NEVER, EVER modify or delete this file
|
||||
You'll risk eternal damnation and a reincarnation as a cockroach!|n
|
6
o2t.c
6
o2t.c
@ -211,7 +211,13 @@
|
||||
|
||||
/* get and check drivabels */
|
||||
pCom = FindCommand(pSics,omega);
|
||||
if(pCom != NULL)
|
||||
{
|
||||
pDum = pCom->pData;
|
||||
} else
|
||||
{
|
||||
pDum = NULL;
|
||||
}
|
||||
if(GetDrivableInterface(pDum) != NULL){
|
||||
self->pOmega = pDum;
|
||||
}
|
||||
|
@ -125,3 +125,5 @@ Publish ScanCounts Spy
|
||||
Publish TextStatus Spy
|
||||
Publish otUnknown User
|
||||
MakeRuenBuffer
|
||||
MakeXYTable table
|
||||
|
||||
|
Reference in New Issue
Block a user