- First working version of the triple axis UB matrix code

This commit is contained in:
koennecke
2005-05-13 07:40:57 +00:00
parent d0a535faa3
commit 6145b513f8
16 changed files with 1681 additions and 527 deletions

View File

@@ -846,7 +846,6 @@ static int ScanReflection(pMesure self, float twoTheta, SConnection *pCon)
self->fRefl = fopen(pFile,"r");
if(!self->fRefl)
{
fclose(self->fRefl);
sprintf(pBueffel,"ERROR: there is no such measurement at %s",fileroot);
SCWrite(pCon,pBueffel,eError);
return 0;