diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-03-18 15:51:39 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-03-18 15:51:39 +0100 |
commit | 3e325735df98320dca38b5cb9f31a56107271649 (patch) | |
tree | 48e4a44540df25e15333d5c859393306ad63b57e /src/post-refinement.c | |
parent | caf1fdaafe4f4e2c64caacb86960e4fc831aded3 (diff) |
partialator: Show more information about dud patterns
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 4 |
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++; |