]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unify constructors in Trilinos matrices.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2008 13:30:04 +0000 (13:30 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2008 13:30:04 +0000 (13:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@17321 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_sparse_matrix.cc

index 05e261a633cc604f0f52a43707b2d81118c1fd42..8feeac441b159e691436d6539e6992f02e7bac8b 100755 (executable)
@@ -131,7 +131,7 @@ namespace TrilinosWrappers
                  last_action (Zero),
                  compressed (true),
                  matrix (std::auto_ptr<Epetra_FECrsMatrix>
-                               (new Epetra_FECrsMatrix(Copy, row_map, col_map, 
+                               (new Epetra_FECrsMatrix(Copy, row_map, 
                                        int(n_max_entries_per_row), false)))
   {}
 
@@ -144,7 +144,7 @@ namespace TrilinosWrappers
                  last_action (Zero),
                  compressed (true),
                  matrix (std::auto_ptr<Epetra_FECrsMatrix>
-                   (new Epetra_FECrsMatrix(Copy, row_map, col_map, 
+                   (new Epetra_FECrsMatrix(Copy, row_map, 
                      (int*)const_cast<unsigned int*>(&(n_entries_per_row[0])),
                                            false)))
   {}
@@ -163,7 +163,7 @@ namespace TrilinosWrappers
                  last_action (Zero),
                  compressed (true),
                  matrix (std::auto_ptr<Epetra_FECrsMatrix>
-                               (new Epetra_FECrsMatrix(Copy, row_map, col_map, 
+                               (new Epetra_FECrsMatrix(Copy, row_map, 
                                        int(n_max_entries_per_row), false)))
   {}
 

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.