// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma27_01/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-8);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma27_02/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-8);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma47_01/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-8);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005, 2009 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma47_02/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-8);
test<1> ();
test<2> ();