// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
deallog.threshold_double(1.e-10);
Timer t1,t2;
- burn (20);
+ burn (50);
double s01 = t1.stop();
double s02 = t2();
- burn (20);
+ burn (50);
double s11 = t1.stop();
double s12 = t2();
t1.start();
- burn (20);
+ burn (50);
double s21 = t1();
double s22 = t2();
- burn (20);
+ burn (50);
double s31 = t1();
double s32 = t2();
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams