From b855754ae904a940be078bfac419c568ff03b7dd Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Thu, 24 May 2012 07:25:48 +0000 Subject: [PATCH] Set delay for intermittent num sol updates to 5 secs. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@5268 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/include/prism.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/include/prism.h b/prism/include/prism.h index 926dc228..88791f32 100644 --- a/prism/include/prism.h +++ b/prism/include/prism.h @@ -54,7 +54,7 @@ EXPORT FoxGlynnWeights fox_glynn(double q_tmax, double underflow, double overflo // Global constants // Delay between occasional updates for slow processes, e.g. numerical solution (milliseconds) -const int UPDATE_DELAY = 1000; +const int UPDATE_DELAY = 5000; //------------------------------------------------------------------------------