]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clarify code.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 22 May 2011 18:18:59 +0000 (18:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 22 May 2011 18:18:59 +0000 (18:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@23732 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/trilinos_sparse_matrix.cc

index 90fe34f879aba7f0c5d0d7984e22b8dd6655a87a..a3aa7be34b8cb246c6b4e887c03712ed65c0cbd0 100644 (file)
@@ -953,7 +953,7 @@ namespace TrilinosWrappers
                        const VectorBase   &V,
                        const bool          transpose_left)
     {
-      const bool use_vector = V.size() == inputright.m() ? true : false;
+      const bool use_vector = (V.size() == inputright.m() ? true : false);
       if (transpose_left == false)
        {
          Assert (inputleft.n() == inputright.m(),

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.