- Added README

This commit is contained in:
koennecke
2007-10-16 09:21:28 +00:00
parent 660f0c8b54
commit 8b90ba42e3
2 changed files with 73 additions and 0 deletions

3
hkl.c
View File

@ -1296,6 +1296,9 @@ ente:
double z1[3];
int i;
if(self->UBinv == NULL){
return 0;
}
z1FromAngles(self->fLambda,tth,om,chi,phi,z1);
z1m = vectorToMatrix(z1);
/* multiply with UBinv in order to yield HKL */