- Recovered POLDI from the land of lost files
This commit is contained in:
6
hmdata.c
6
hmdata.c
@ -67,7 +67,11 @@ int configureHMdata(pHMdata self, pStringDict pOpt,
|
||||
float fVal;
|
||||
char pValue[80];
|
||||
|
||||
self->tofMode = 0;
|
||||
if(self->nTimeChan > 2) {
|
||||
self->tofMode = 1;
|
||||
} else {
|
||||
self->tofMode = 0;
|
||||
}
|
||||
status = StringDictGetAsNumber(pOpt,"rank",&fVal);
|
||||
if(!status){
|
||||
SCWrite(pCon,"ERROR: critical configuration problem: no rank found",
|
||||
|
Reference in New Issue
Block a user