]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
change order of initialization
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Jun 2011 21:40:48 +0000 (21:40 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Jun 2011 21:40:48 +0000 (21:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@23837 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/sparse_matrices.cc

index d4ec9bc452782b1d4a888f36751d7172b194c27f..b12541bc742cda0c785e31a7f0d0c1ebdc9fba1a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -85,8 +85,8 @@ check_vmult_quadratic(std::vector<double>& residuals,
   PreconditionBlockSOR<MATRIX, float> block_sor;
   block_sor.initialize(A, data);
   PreconditionBlockSOR<MATRIX, float> block_psor;
-  block_psor.initialize(A, data);
   block_psor.set_permutation(perm, iperm);
+  block_psor.initialize(A, data);
   
   f = 1.;
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.