]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Refer to member function as
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Feb 2009 19:44:16 +0000 (19:44 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Feb 2009 19:44:16 +0000 (19:44 +0000)
  const_iterator::Accessor::visit_present_row ()
not
  SparsityPattern::const_iterator::Accessor::visit_present_row ()

(This worked because we had
  struct SparsityPattern
  {
      typedef SparsityPatternIterators::const_iterator const_iterator;
  };
).

git-svn-id: https://svn.dealii.org/trunk@18378 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_sparsity_pattern.cc

index a4de59a8f6923b3d9a13ab05acf5b2a90eb190fc..0a8b775cb751a3a210395fbb3121ecf9de4a7e4a 100755 (executable)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2008 by the deal.II authors
+//    Copyright (C) 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -27,7 +27,7 @@ namespace TrilinosWrappers
   namespace SparsityPatternIterators
   {
     void
-    SparsityPattern::const_iterator::Accessor::
+    const_iterator::Accessor::
     visit_present_row ()
     {
                                  // if we are asked to visit the

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.