- First working version of the triple axis UB matrix code
This commit is contained in:
1
mesure.c
1
mesure.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user