- Adding first working version of the McStas SICS connection to cvs
SKIPPED: psi/polterwrite.c
This commit is contained in:
7
ofac.c
7
ofac.c
@ -112,6 +112,8 @@
|
||||
#include "ubcalc.h"
|
||||
#include "tasub.h"
|
||||
#include "tasscanub.h"
|
||||
#include "mcreader.h"
|
||||
#include "mccontrol.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -303,6 +305,10 @@
|
||||
TasUBFactory,NULL,NULL);
|
||||
AddCommand(pInter,"MakeTasScan",
|
||||
TASUBScanFactory,NULL,NULL);
|
||||
AddCommand(pInter,"MakeMcStasReader",
|
||||
McStasReaderFactory,NULL,NULL);
|
||||
AddCommand(pInter,"MakeMcStasController",
|
||||
McStasControllerFactory,NULL,NULL);
|
||||
|
||||
|
||||
/*
|
||||
@ -368,6 +374,7 @@
|
||||
RemoveCommand(pSics,"MakeUBCalc");
|
||||
RemoveCommand(pSics,"MakeTasUB");
|
||||
RemoveCommand(pSics,"MakeTasScan");
|
||||
RemoveCommand(pSics,"MakemcStasReader");
|
||||
|
||||
/*
|
||||
remove site specific installation commands
|
||||
|
Reference in New Issue
Block a user