From ff1811d05af6435af21c51165951be7bd73920ce Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 27 Jul 2018 15:29:51 +0200 Subject: partialator: Also generate logs when not doing post-refinement --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partialator.c b/src/partialator.c index 1d0881f3..13db0e3d 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1366,7 +1366,7 @@ int main(int argc, char *argv[]) /* Check rejection and write figures of merit */ check_rejection(crystals, n_crystals, full, max_B); show_all_residuals(crystals, n_crystals, full); - if ( !no_pr && !no_logs ) { + if ( !(no_logs || (no_pr && pmodel == PMODEL_UNITY)) ) { write_pgraph(full, crystals, n_crystals, 0, ""); write_logs_parallel(crystals, n_crystals, full, 0, nthreads, scaleflags); -- cgit v1.2.3