]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug in the debug version of trilinos_sparse_matrix.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 3 Sep 2013 02:18:49 +0000 (02:18 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 3 Sep 2013 02:18:49 +0000 (02:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@30565 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_sparse_matrix.h

index 8349654f99736688f43fd251e35d569417bf2040..6f3327f85b03db95b780d5ca3665a600c5bc05aa 100644 (file)
@@ -3448,7 +3448,7 @@ namespace TrilinosWrappers
                                                      indices);
         for (TrilinosWrappers::types::int_type i=0; i<n_indices; ++i)
           std::cout << indices[i] << " ";
-        std::cout << endl << std::endl;
+        std::cout << std::endl << std::endl;
         Assert (ierr <= 0,
                 ExcAccessToNonPresentElement(row, col_index_ptr[0]));
       }

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.