aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-07-11 23:00:29 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:33 +0100
commit35745413662b648c34a322d572c4f5e1b90f9b1b (patch)
tree9246e72f9dc5f2b248e4e5abadd6985242c75f82 /src/post-refinement.c
parent742b0e60d2723f6a8f8e4f3485333ee355339158 (diff)
Don't complain about images which can't be refined, just mark them as dud
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c
index e9231915..1a7261e5 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -404,7 +404,7 @@ static double pr_iterate(struct image *image, const RefList *full)
//STATUS("%i reflections went into the equations.\n", nref);
if ( nref == 0 ) {
- ERROR("No guide reflections to refine with!\n");
+ image->pr_dud = 1;
gsl_matrix_free(M);
gsl_vector_free(v);
return 0.0;