]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Re-add the comment that was lost in the last commit.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Aug 2008 11:26:04 +0000 (11:26 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Aug 2008 11:26:04 +0000 (11:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@16671 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_sparse_matrix.cc

index 3af6a7a2cfd98c6156ff37ac219e7e5167c1ab61..cd8838d66a46f5312839dae3a5306a0aebd1e463 100755 (executable)
@@ -195,10 +195,14 @@ namespace TrilinosWrappers
            ExcDimensionMismatch (matrix->NumGlobalRows(),
                                  sparsity_pattern.n_rows()));
 
-                                // Trilinos seems to have a bug for
-                                // rectangular matrices at this point,
-                                // so do not check for consistent 
-                                // column numbers here.
+                                    // Trilinos seems to have a bug for
+                                    // rectangular matrices at this point,
+                                    // so do not check for consistent 
+                                    // column numbers here.
+                                    //
+                                    // this bug is filed in the Sandia
+                                    // bugzilla under #4123 and should be
+                                    // fixed for version 9.0
 //    Assert (matrix->NumGlobalCols() == (int)sparsity_pattern.n_cols(),
 //         ExcDimensionMismatch (matrix->NumGlobalCols(),
 //                               sparsity_pattern.n_cols()));

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.