]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Oct 2002 01:19:58 +0000 (01:19 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Oct 2002 01:19:58 +0000 (01:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@6731 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_sparse_matrix.h

index fd2a42f7f7521d186456f2826e2831453d1c61c2..a7f90f3a1bedab01f067e8ff888674a79b0862fd 100644 (file)
@@ -737,8 +737,8 @@ BlockSparseMatrix<number>::Accessor::Accessor (
 
   if (r < matrix->m())
     {
-      pair<unsigned int,unsigned int> indices = matrix->sparsity_pattern
-                                               ->get_row_indices().global_to_local(r);
+      std::pair<unsigned int,unsigned int> indices
+       = matrix->sparsity_pattern->get_row_indices().global_to_local(r);
       block_row = indices.first;
       base_iterator = matrix->block(indices.first, 0).begin(indices.second);
       row_start = matrix->sparsity_pattern

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.