- Initial commit of a UB calculation setup for four circle
diffractometers
This commit is contained in:
19
ubcalc.h
Normal file
19
ubcalc.h
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
UB caclualtion routines for four circle diffraction.
|
||||
This is the interpreter interface to functionality implemented
|
||||
in fourlib.c
|
||||
|
||||
copyright: see file COPYRIGHT
|
||||
|
||||
Mark Koennecke, March 2005
|
||||
-----------------------------------------------------------------------*/
|
||||
#ifndef SICSUBCALC
|
||||
#define SICSUBCALC
|
||||
|
||||
int MakeUBCalc(SConnection *pCon,SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int UBCalcWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user