- cleaned up makefiles
- polished code to avoid warnings
This commit is contained in:
@ -552,7 +552,7 @@ static int TASScanPoint(pScanData self, int iPoint)
|
||||
m3 = GetMonitor(self->pCounterData,3,self->pCon);
|
||||
cnts = GetCounts(self->pCounterData,self->pCon);
|
||||
fVal = GetCountTime(self->pCounterData, self->pCon);
|
||||
sprintf(pWork,"%8d %8d %9.2f %8d %8d ",m1,m2,fVal, cnts, m3);
|
||||
sprintf(pWork,"%8ld %8ld %9.2f %8ld %8ld ",m1,m2,fVal, cnts, m3);
|
||||
strcat(pBueffel,pWork);
|
||||
|
||||
/*
|
||||
@ -1517,7 +1517,7 @@ int TASScan(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
SCWrite(pCon," ",eWarning);
|
||||
SCWrite(pCon," ",eWarning);
|
||||
sprintf(pLine,
|
||||
" %12s %6s HKLE: %6.2f%6.2f%6.2f%9.4f%7.3f%7.3f%7.3f",
|
||||
" %12s %6s HKLE: %5.2f %5.2f %5.2f %8.4f %6.3f %6.3f %6.3f %6.3f",
|
||||
pTAS->tasPar[TIT]->text,
|
||||
pTAS->tasPar[USR]->text,
|
||||
pTAS->tasPar[QH]->fVal - (pTAS->pScan->iNP/2)*pTAS->tasPar[DQH]->fVal,
|
||||
|
Reference in New Issue
Block a user