From: Martin Kronbichler Date: Wed, 15 Apr 2015 14:11:09 +0000 (+0200) Subject: Remove unnecessary friend declaration X-Git-Tag: v8.3.0-rc1~273^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ceabac6e8a8ba195bec191fd67a070c54b9c5d;p=dealii.git Remove unnecessary friend declaration --- diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index eeef76c23b..7086b42bf5 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -166,7 +166,6 @@ namespace TrilinosWrappers << ". Check preconditioner and matrix setup."); friend class SolverBase; - friend class PreconditionStokes; protected: /**