Browse Source

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
master
Dave Parker 14 years ago
parent
commit
b855754ae9
  1. 2
      prism/include/prism.h

2
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;
//------------------------------------------------------------------------------

Loading…
Cancel
Save