]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
I committed some nonsense.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Apr 2009 10:39:42 +0000 (10:39 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Apr 2009 10:39:42 +0000 (10:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@18565 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/compressed_simple_sparsity_pattern.cc

index e7a8ba9eb7f63f3c26c0b00a2828e67e31664ee6..3eb0d5dfc10bce6abe9c384114840263983a3982 100644 (file)
@@ -46,11 +46,7 @@ CompressedSimpleSparsityPattern::Line::add_entries (ForwardIterator begin,
        ForwardIterator test = begin, test1 = begin;
        ++test1;
        for ( ; test1 != end; ++test, ++test1)
-         {
-           if (*test1 <= *test)
-             std::cout << end-begin << " " << test1-begin << " " << *test1 << " " << *test << "  " << std::flush;
          Assert (*test1 > *test, ExcInternalError());
-         }
       }
 #endif
 

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.