From cc868fc191436b42e5bff149e79c873248f36a3f Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Apr 2004 21:59:11 +0000 Subject: [PATCH] Only 10 realizations. git-svn-id: https://svn.dealii.org/trunk@9004 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/step-15.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index ceb2037773..4e3cd38eb0 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -610,7 +610,8 @@ int main () { deallog.depth_console (0); - for (unsigned int realization=0; realization<100; ++realization) + const unsigned int n_realizations = 10; + for (unsigned int realization=0; realization