- Removed installfocuswrite from common command set

This commit is contained in:
koennecke
2005-04-01 13:48:48 +00:00
parent e023150043
commit f6f6423020
2 changed files with 2 additions and 1 deletions

View File

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

@ -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");