]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust to the changes in SparsityPattern.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 Feb 2013 22:09:14 +0000 (22:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 9 Feb 2013 22:09:14 +0000 (22:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@28299 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/sparsity_pattern_common.h

index 2820728c6fc01afcee1dac4d5ad86771a1a1be52..f5905a644e3d3c1198aa5eec11ae5028bf24bdac 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2008, 2009 by the deal.II authors
+//    Copyright (C) 2008, 2009, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -338,7 +338,7 @@ void
 do_copy_from (const FullMatrix<double> &sparsity,
              SP &sp4)
 {
-  sp4.copy_from (sparsity, false);
+  sp4.copy_from (sparsity);
 }
 
 
@@ -346,7 +346,7 @@ void
 do_copy_from (const FullMatrix<double> &sparsity,
              ChunkSparsityPattern &sp4)
 {
-  sp4.copy_from (sparsity, chunk_size, false);
+  sp4.copy_from (sparsity, chunk_size);
 }
 
 

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.