From: Wolfgang Bangerth Date: Wed, 14 Apr 2004 21:59:11 +0000 (+0000) Subject: Only 10 realizations. X-Git-Tag: v8.0.0~15345 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045790f54281ff1e5fdbfe6a1ca778fa004d26d7;p=dealii.git Only 10 realizations. git-svn-id: https://svn.dealii.org/trunk@9004 0785d39b-7218-0410-832d-ea1e28bc413d --- 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