From 5b6014ca61ada5c7daec1c23bf76f1047381f780 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 29 Apr 2011 18:59:19 +0200 Subject: Debug output --- src/post-refinement.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/post-refinement.c b/src/post-refinement.c index 2d2084db..3441f3e3 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -318,6 +318,8 @@ static double pr_iterate(struct image *image, const RefList *full, } } + double tg = gsl_matrix_get(M, 0, 0); + STATUS("total gradient = %e\n", tg); //show_matrix_eqn(M, v, NUM_PARAMS); shifts = gsl_vector_alloc(NUM_PARAMS); -- cgit v1.2.3