From 235f164d892812ea8782f68279972fc1d096eaab Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 25 Mar 2011 14:27:17 +0000 Subject: [PATCH] . --- ofac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofac.c b/ofac.c index 16202525..ef67fbc7 100644 --- a/ofac.c +++ b/ofac.c @@ -86,6 +86,7 @@ static void InitIniCommands(SicsInterp * pInter) PCMD("MakeMcStasController", McStasControllerFactory); PCMD("MakeMulti", MakeMulti); PCMD("MakeOptimise", MakeOptimiser); + PCMD("MakeSecMotor", SecMotorFactory); PCMD("Publish", TclPublish); PCMD("Remob", RemobCreate); PCMD("ResetServer", ResetStatus); @@ -146,7 +147,6 @@ static void InitIniCommands(SicsInterp * pInter) SCMD("MakeScanCommand", ScanFactory); SCMD("MakeSecCounter", MakeSecCter); SCMD("MakeSecHM", MakeSecHM); - SCMD("MakeSecMotor", SecMotorFactory); SCMD("MakeSecNVS", MakeSecNVS); SCMD("MakeSicsObj", InstallSICSOBJ); SCMD("MakeSicsPoll", InstallSICSPoll);