aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/post-refinement.c2
1 files changed, 2 insertions, 0 deletions
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);