]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove now obsolete code.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 13:39:49 +0000 (13:39 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 13:39:49 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@28021 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/trilinos_sparse_matrix.cc

index 91d1957e22f693f77e387bf8c651d647148b0bbb..f7bc653e70578c845edef9e48239ea37a92dd37b 100644 (file)
@@ -603,14 +603,6 @@ set_matrix_values:
     // and the specified sparsity pattern might be different, need to go
     // through the row for both these sparsity structures simultaneously in
     // order to really set the correct values.
-    const std::size_t *const in_rowstart_indices
-      = dealii_sparse_matrix.get_sparsity_pattern().get_rowstart_indices();
-    const unsigned int *const in_cols
-      = dealii_sparse_matrix.get_sparsity_pattern().get_column_numbers();
-    const unsigned int *cols = sparsity_pattern.get_column_numbers();
-    const std::size_t *rowstart_indices =
-      sparsity_pattern.get_rowstart_indices();
-
     unsigned int maximum_row_length = matrix->MaxNumEntries();
     std::vector<unsigned int> row_indices (maximum_row_length);
     std::vector<TrilinosScalar> values (maximum_row_length);

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.