- 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:
cvs
2000-05-10 11:45:33 +00:00
parent 1329c3beb4
commit 7b631db965
17 changed files with 183 additions and 286 deletions

2
scan.c
View File

@@ -357,7 +357,7 @@ extern void SNXFormatTime(char *pBuffer, int iLen);
pVar = (pVarEntry)pPtr;
if(pVar)
{
sprintf(pItem,"%-10.10s",pVar->Name);
sprintf(pItem,"%-9.9s ",pVar->Name);
strcat(pLine,pItem);
sprintf(pItem,"%s, ",pVar->Name);
strcat(pInfo,pItem);