From d813960912ddc76d5cff0501b4f7783c3eeca95d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Nov 2016 16:20:58 +0100 Subject: Separate partiality calculation from prediction --- tests/prof2d_check.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/prof2d_check.c') diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index 9fe8b356..8b9de871 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -3,11 +3,11 @@ * * Check 2D profile fitting * - * Copyright © 2013-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2013-2016 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2013-2014 Thomas White + * 2013-2014,2016 Thomas White * * This file is part of CrystFEL. * @@ -135,7 +135,7 @@ int main(int argc, char *argv[]) image.n_crystals = 1; image.crystals = &cr; - list = find_intersections(&image, cr, PMODEL_SCSPHERE); + list = predict_to_res(cr, largest_q(&image)); crystal_set_reflections(cr, list); for ( fs=0; fs