From 48b5a0b3846b512b5fbad17f770567dee79ac631 Mon Sep 17 00:00:00 2001 From: wforums Date: Thu, 9 Oct 2014 23:12:07 +0200 Subject: [PATCH] Small UCLA fix - --- src/params.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/params.c b/src/params.c index 6e57e1ac..b88aeb6d 100644 --- a/src/params.c +++ b/src/params.c @@ -235,9 +235,6 @@ void set_output_format (const char *format) ccx_options.transcript_settings.showEndTime = 1; ccx_options.transcript_settings.showCC = 0; ccx_options.transcript_settings.showMode = 1; - } else { - // Throw exception - fatal(EXIT_INCOMPATIBLE_PARAMETERS, "timedtranscript cannot be set after -UCLA is used!"); } } else if (strcmp (format,"report")==0)