diff options
author | Thomas White <taw@physics.org> | 2015-05-07 17:04:42 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-05-13 13:48:33 +0200 |
commit | d59747a4755f730c165c2a20f75d1df231419091 (patch) | |
tree | 73c54e00ebaf81a9119733e0b8885de503abb33b /src | |
parent | 60e31ee55487473e84cd1a8a96ee025c66b73ac5 (diff) |
Show number of reflections used when being verbose
Diffstat (limited to 'src')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 5a1053b8..4214c1ec 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -437,9 +437,9 @@ static double pr_iterate(Crystal *cr, const RefList *full, if ( verbose ) { STATUS("The original equation:\n"); show_matrix_eqn(M, v); + STATUS("%i reflections went into the equations.\n", nref); } - //STATUS("%i reflections went into the equations.\n", nref); if ( nref == 0 ) { crystal_set_user_flag(cr, 2); gsl_matrix_free(M); |