aboutsummaryrefslogtreecommitdiff
path: root/src/mrc.c
diff options
context:
space:
mode:
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++ ) {