aboutsummaryrefslogtreecommitdiff
path: root/src/mrc.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
commit85b8978beedd0142560573a92442a5ed907b0ed2 (patch)
treea5fb149aa94b540a568ac6c7b2831a8065e53959 /src/mrc.c
parent49ad910255546917c22a1d0ef01b4109c7772b16 (diff)
Be a lot more clear about which things are properties of images and which
belong to the control context. git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@81 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/mrc.c')
-rw-r--r--src/mrc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mrc.c b/src/mrc.c
index abc096c..50596a5 100644
--- a/src/mrc.c
+++ b/src/mrc.c
@@ -64,9 +64,6 @@ int mrc_read(ControlContext *ctx) {
pixel_size = ext[0].pixel_size;
printf("pixel_size = %f m^-1\n", pixel_size);
ctx->fmode = FORMULATION_PIXELSIZE;
- ctx->first_image = 1;
- ctx->width = mrc.nx;
- ctx->height = mrc.ny;
for ( i=0; i<mrc.nz; i++ ) {