- Removed installfocuswrite from common command set
This commit is contained in:
2
nxamor.c
2
nxamor.c
@ -32,7 +32,7 @@
|
|||||||
#include "amor2t.h"
|
#include "amor2t.h"
|
||||||
|
|
||||||
/* some defines for some names */
|
/* some defines for some names */
|
||||||
#define AMORDICT "amor.dic"
|
#define AMORDICT "/home/amor/amor_sics/amor.dic"
|
||||||
#define INSTNAME "AMOR at SINQ, PSI"
|
#define INSTNAME "AMOR at SINQ, PSI"
|
||||||
#define SOURCENAME "Spallation source SINQ"
|
#define SOURCENAME "Spallation source SINQ"
|
||||||
#define SOURCETYPE "Continous flux spallation source"
|
#define SOURCETYPE "Continous flux spallation source"
|
||||||
|
1
psi.c
1
psi.c
@ -96,6 +96,7 @@ static void RemovePsiCommands(SicsInterp *pSics){
|
|||||||
RemoveCommand(pSics,"MakeSANSWave");
|
RemoveCommand(pSics,"MakeSANSWave");
|
||||||
RemoveCommand(pSics,"MakeFocusAverager");
|
RemoveCommand(pSics,"MakeFocusAverager");
|
||||||
RemoveCommand(pSics,"FocusInstall");
|
RemoveCommand(pSics,"FocusInstall");
|
||||||
|
RemoveCommand(pSics,"InstallFocusMerge");
|
||||||
RemoveCommand(pSics,"MakeAmor2T");
|
RemoveCommand(pSics,"MakeAmor2T");
|
||||||
RemoveCommand(pSics,"MakeStoreAmor");
|
RemoveCommand(pSics,"MakeStoreAmor");
|
||||||
RemoveCommand(pSics,"MakeAmorStatus");
|
RemoveCommand(pSics,"MakeAmorStatus");
|
||||||
|
Reference in New Issue
Block a user