From b4d1887458d44c2f0f6ee55a0550b4a406f42057 Mon Sep 17 00:00:00 2001 From: taw27 Date: Fri, 26 Oct 2007 16:30:42 +0000 Subject: Two cycles of DirAx will do for now git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@180 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/dirax.c | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/dirax.c b/src/dirax.c index 36f85c8..d23b810 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -192,30 +192,6 @@ static void dirax_send_next(ControlContext *ctx) { break; } - case 10 : { - dirax_sendline("go\n", ctx); - ctx->dirax_step++; - break; - } - - case 11 : { - dirax_sendline("cell\n", ctx); - ctx->dirax_step++; - break; - } - - case 12 : { - dirax_sendline("go\n", ctx); - ctx->dirax_step++; - break; - } - - case 13 : { - dirax_sendline("cell\n", ctx); - ctx->dirax_step++; - break; - } - default: { ctx->dirax_step = 0; printf("DX: Prompt. DirAx is idle\n"); -- cgit v1.2.3