From 0706e428575586c8b4a6d9e43e8eb0fc76bc2b77 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 21 Jul 2015 22:33:09 +0200 Subject: Refuse to refine the unity model --- src/partialator.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index d539f784..614f439e 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -538,6 +538,11 @@ int main(int argc, char *argv[]) } } + if ( (pmodel == PMODEL_UNITY) && !no_pr ) { + no_pr = 1; + STATUS("Not going to refine the unity model.\n"); + } + gsl_set_error_handler_off(); rng = gsl_rng_alloc(gsl_rng_mt19937); -- cgit v1.2.3