From: guido Date: Fri, 5 May 2006 10:33:16 +0000 (+0000) Subject: fixed output and copyright X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24615174616c501c4699f7226d58fcde7fb4c116;p=dealii-svn.git fixed output and copyright git-svn-id: https://svn.dealii.org/trunk@13062 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/umfpack_01.cc b/tests/bits/umfpack_01.cc index 43339ce9ac..fcf0b587da 100644 --- a/tests/bits/umfpack_01.cc +++ b/tests/bits/umfpack_01.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_01.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_01.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix diff --git a/tests/bits/umfpack_02.cc b/tests/bits/umfpack_02.cc index f9b6d49f0f..f6d6a06ce3 100644 --- a/tests/bits/umfpack_02.cc +++ b/tests/bits/umfpack_02.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_02.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_02.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix; test that the // functions that allow for repeated solves yield the correct result even diff --git a/tests/bits/umfpack_03.cc b/tests/bits/umfpack_03.cc index 7844cf6a82..b177650a76 100644 --- a/tests/bits/umfpack_03.cc +++ b/tests/bits/umfpack_03.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_03.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_03.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix that is slightly modified to make it nonsymmetric diff --git a/tests/bits/umfpack_04.cc b/tests/bits/umfpack_04.cc index 8d605f4247..65708c6deb 100644 --- a/tests/bits/umfpack_04.cc +++ b/tests/bits/umfpack_04.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_04.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_04.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix that is // slightly modified to make it nonsymmetric. same as umfpack_03, but diff --git a/tests/bits/umfpack_05.cc b/tests/bits/umfpack_05.cc index 09436b1ff7..d809a6bec9 100644 --- a/tests/bits/umfpack_05.cc +++ b/tests/bits/umfpack_05.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_05.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_05.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix that is // slightly modified to make it nonsymmetric. same as umfpack_03, but diff --git a/tests/bits/umfpack_06.cc b/tests/bits/umfpack_06.cc index 682be140f0..4ffd06112c 100644 --- a/tests/bits/umfpack_06.cc +++ b/tests/bits/umfpack_06.cc @@ -1,15 +1,15 @@ -//---------------------------- umfpack_05.cc --------------------------- +//---------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes +// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- umfpack_05.cc --------------------------- +//---------------------------------------------------------------------- // test the umfpack sparse direct solver on a mass matrix that is // slightly modified to make it nonsymmetric. same as umfpack_03, but @@ -160,7 +160,7 @@ void test () int main () { - std::ofstream logfile("umfpack_05/output"); + std::ofstream logfile("umfpack_06/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);