]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
experimental code commented out
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Jul 2003 20:23:59 +0000 (20:23 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Jul 2003 20:23:59 +0000 (20:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@7845 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix_ez.h

index b1a26eb27b1d5c4a38c403c990a0bd7be2dd2212..f363bb356046b46ea7e0f1f94dbd19bd73469a7a 100644 (file)
@@ -1631,7 +1631,7 @@ SparseMatrixEZ<number>::conjugate_add (const MATRIXA& A,
                                       // Determine minimal and
                                       // maximal row for a column in
                                       // advance.
-      if(false){
+/*
       std::vector<unsigned int>::minrow(B.n(), B.m());
       std::vector<unsigned int>::maxrow(B.n(), 0);
       while (b1 != b_final)
@@ -1642,7 +1642,7 @@ SparseMatrixEZ<number>::conjugate_add (const MATRIXA& A,
          if (r > maxrow[b1->column()])
            maxrow[b1->column()] = r;
        }
-      }
+*/
       
       b1 = B.begin();
       while (b1 != b_final)

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.