From 941556dbe66c7f13f0659ebdc139344193eb3e7c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 20 Feb 2011 03:11:29 -0800 Subject: s/min_x/min_fs/ and so on --- src/pattern_sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pattern_sim.c') diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 326ce362..fe6a8f0d 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -471,8 +471,8 @@ int main(int argc, char *argv[]) free(beamfile); /* Define image parameters */ - image.width = image.det->max_x + 1; - image.height = image.det->max_y + 1; + image.width = image.det->max_fs + 1; + image.height = image.det->max_ss + 1; image.lambda = ph_en_to_lambda(eV_to_J(image.beam->photon_energy)); /* Load unit cell */ -- cgit v1.2.3