Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

27
hkl.i Normal file
View File

@ -0,0 +1,27 @@
/*-------------------------------------------------------------------------
H K L
Internal data structure description. See hkl.h, c,w for more details.
Mark Koennecke, February 1998
----------------------------------------------------------------------------*/
typedef struct __HKL {
pObjectDescriptor pDes;
double fUB[9];
double fLambda;
int iManual;
double fLastHKL[5];
int iNOR;
int iQuad;
pMotor pTheta;
pMotor pOmega;
pMotor pChi;
pMotor pPhi;
pMotor pNu;
pSelVar pMono;
long lID;
} HKL;