aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-13 12:25:52 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-13 12:25:52 +0000
commit047d5a36fa67856873857193daee6e962296e641 (patch)
tree0c63b3a13143b1d2425d82133960a71d1f746014 /src
parenta65405c3a6dee5152697c40e5875ac7d9dffe2da (diff)
One DirAx cycle for now (make this less of a fudge...)
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@193 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src')
-rw-r--r--src/dirax.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/dirax.c b/src/dirax.c
index d23b810..ecfcb00 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -179,19 +179,7 @@ static void dirax_send_next(ControlContext *ctx) {
ctx->dirax_step++;
break;
}
-
- case 8 : {
- dirax_sendline("go\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
- case 9 : {
- dirax_sendline("cell\n", ctx);
- ctx->dirax_step++;
- break;
- }
-
+
default: {
ctx->dirax_step = 0;
printf("DX: Prompt. DirAx is idle\n");