- Added scan support to new TAS syntax
- First full version of new TAS
This commit is contained in:
4
ofac.c
4
ofac.c
@ -111,6 +111,7 @@
|
||||
#include "hklmot.h"
|
||||
#include "ubcalc.h"
|
||||
#include "tasub.h"
|
||||
#include "tasscanub.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -300,6 +301,8 @@
|
||||
MakeUBCalc,NULL,NULL);
|
||||
AddCommand(pInter,"MakeTasUB",
|
||||
TasUBFactory,NULL,NULL);
|
||||
AddCommand(pInter,"MakeTasScan",
|
||||
TASUBScanFactory,NULL,NULL);
|
||||
|
||||
|
||||
/*
|
||||
@ -364,6 +367,7 @@
|
||||
RemoveCommand(pSics,"MakeHKLMot");
|
||||
RemoveCommand(pSics,"MakeUBCalc");
|
||||
RemoveCommand(pSics,"MakeTasUB");
|
||||
RemoveCommand(pSics,"MakeTasScan");
|
||||
|
||||
/*
|
||||
remove site specific installation commands
|
||||
|
Reference in New Issue
Block a user