friend class SparsityPatternIterators::const_iterator;
does not automatically also make
SparsityPatternIterators::const_iterator::Accessor
a friend.
git-svn-id: https://svn.dealii.org/trunk@18379
0785d39b-7218-0410-832d-
ea1e28bc413d
// $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
* accessor class.
*/
Accessor accessor;
+
+ friend class TrilinosWrappers::SparsityPattern;
};
}
friend class SparseMatrix;
friend class SparsityPatternIterators::const_iterator;
+ friend class SparsityPatternIterators::const_iterator::Accessor;
};
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