- Added scan support to new TAS syntax

- First full version of new TAS
This commit is contained in:
koennecke
2005-05-18 13:47:46 +00:00
parent 6145b513f8
commit 46492ca9bd
8 changed files with 1265 additions and 18 deletions

4
ofac.c
View File

@ -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