- Initial commit of a UB calculation setup for four circle
diffractometers
This commit is contained in:
7
ofac.c
7
ofac.c
@ -109,6 +109,7 @@
|
||||
#include "oscillate.h"
|
||||
#include "diffscan.h"
|
||||
#include "hklmot.h"
|
||||
#include "ubcalc.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -294,6 +295,8 @@
|
||||
MakeDiffScan,NULL,NULL);
|
||||
AddCommand(pInter,"MakeHKLMot",
|
||||
HKLMotInstall,NULL,NULL);
|
||||
AddCommand(pInter,"MakeUBCalc",
|
||||
MakeUBCalc,NULL,NULL);
|
||||
|
||||
|
||||
/*
|
||||
@ -356,6 +359,7 @@
|
||||
RemoveCommand(pSics,"MakeOscillator");
|
||||
RemoveCommand(pSics,"MakeDiffScan");
|
||||
RemoveCommand(pSics,"MakeHKLMot");
|
||||
RemoveCommand(pSics,"MakeUBCalc");
|
||||
|
||||
/*
|
||||
remove site specific installation commands
|
||||
@ -365,10 +369,7 @@
|
||||
site->RemoveSiteCommands(pSics);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int InitObjectCommands(pServer pServ, char *file)
|
||||
{
|
||||
SConnection *pCon = NULL;
|
||||
|
Reference in New Issue
Block a user