aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partialator.c5
1 files changed, 5 insertions, 0 deletions
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);