- fixed a little bug with hkl: phi limits were not properly tested
- updated powder file writing to properly work with mean and stddev
This commit is contained in:
@ -670,7 +670,7 @@
|
||||
}
|
||||
|
||||
/* new var log for logging values */
|
||||
pRes->iLog = 0;
|
||||
pRes->iLog = 1;
|
||||
if(!VarlogInit(&pRes->pLog))
|
||||
{
|
||||
DeleteEVController(pRes);
|
||||
@ -942,7 +942,7 @@
|
||||
SCWrite(pCon,"ERROR: insufficient number of commands for varlog",eError);
|
||||
return 0;
|
||||
}
|
||||
iRet = VarlogWrapper(self->pLog,&self->iLog, pCon,
|
||||
iRet = VarlogWrapper(self->pLog,pCon,
|
||||
argv[2],argv[3],argv[0]);
|
||||
if(iRet)
|
||||
{
|
||||
@ -981,7 +981,7 @@
|
||||
SCWrite(pCon,"ERROR: insufficient number of commands for varlog",eError);
|
||||
return 0;
|
||||
}
|
||||
return VarlogWrapper(self->pLog,&self->iLog, pCon,
|
||||
return VarlogWrapper(self->pLog,pCon,
|
||||
argv[2],argv[3],argv[0]);
|
||||
}
|
||||
else /* parameter request */
|
||||
|
Reference in New Issue
Block a user