From 03af97163cea59fea1afb32c7bba499373a85ba5 Mon Sep 17 00:00:00 2001 From: zolliker Date: Mon, 11 Jun 2007 08:54:21 +0000 Subject: [PATCH] - removed MF/DMF and TEM/DTEM (as it did not work) --- tas.h | 5 +---- tasinit.c | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tas.h b/tas.h index 259b9a8..98075ed 100644 --- a/tas.h +++ b/tas.h @@ -153,10 +153,7 @@ #define PFY 134 #define PFZ 135 -#define DTEM 136 -#define DMF 137 - -#define MAXPAR 138 +#define MAXPAR 136 #define MAXADD 20 #define MAXEVAR 12 diff --git a/tasinit.c b/tasinit.c index 43111b7..b2dbf9b 100644 --- a/tasinit.c +++ b/tasinit.c @@ -63,8 +63,6 @@ char *tasMotorOrder[] = { "a1", "i6", "i7", "i8", - "tem", - "mf", NULL }; /* In order to initialise the variable array in the TAS data structure we @@ -209,8 +207,6 @@ char *tasVariableOrder[] = { "pfx", "pfy", "pfz", - "dtem", - "dmf", NULL}; /*------------------------------------------------------------------- Normally SICS does not store motor hardware limits into status files as