- First commit of the new UB based TAS calculation. A milestone has been
reached: it handles one test case correctly back and forth - Fixed oscillation code - Added a feature for switching off automatic updates in nxupdate Autoamtic updates cause problems when scanning...
This commit is contained in:
4
ofac.c
4
ofac.c
@ -110,6 +110,7 @@
|
||||
#include "diffscan.h"
|
||||
#include "hklmot.h"
|
||||
#include "ubcalc.h"
|
||||
#include "tasub.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -297,6 +298,8 @@
|
||||
HKLMotInstall,NULL,NULL);
|
||||
AddCommand(pInter,"MakeUBCalc",
|
||||
MakeUBCalc,NULL,NULL);
|
||||
AddCommand(pInter,"MakeTasUB",
|
||||
TasUBFactory,NULL,NULL);
|
||||
|
||||
|
||||
/*
|
||||
@ -360,6 +363,7 @@
|
||||
RemoveCommand(pSics,"MakeDiffScan");
|
||||
RemoveCommand(pSics,"MakeHKLMot");
|
||||
RemoveCommand(pSics,"MakeUBCalc");
|
||||
RemoveCommand(pSics,"MakeTasUB");
|
||||
|
||||
/*
|
||||
remove site specific installation commands
|
||||
|
Reference in New Issue
Block a user