aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-03-18 15:51:39 +0100
committerThomas White <taw@bitwiz.org.uk>2014-03-18 15:51:39 +0100
commit3e325735df98320dca38b5cb9f31a56107271649 (patch)
tree48e4a44540df25e15333d5c859393306ad63b57e /src/post-refinement.c
parentcaf1fdaafe4f4e2c64caacb86960e4fc831aded3 (diff)
partialator: Show more information about dud patterns
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c
index 8a2cd6b1..d5d8a4d1 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -567,7 +567,7 @@ static double pr_iterate(Crystal *cr, const RefList *full,
}
} else {
- crystal_set_user_flag(cr, 1);
+ crystal_set_user_flag(cr, 2);
}
gsl_matrix_free(M);
@@ -719,7 +719,7 @@ struct prdata pr_refine(Crystal *cr, const RefList *full,
if ( 3*n_lost > n_total ) {
revert_crystal(cr, backup);
- crystal_set_user_flag(cr, 1);
+ crystal_set_user_flag(cr, 3);
}
i++;