From: wolf Date: Fri, 9 Apr 1999 23:44:53 +0000 (+0000) Subject: Remove a friend declaration to a class that does no more exist. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa783d54bd63d03cf0c23c649dd5fe72dd98b872;p=dealii-svn.git Remove a friend declaration to a class that does no more exist. git-svn-id: https://svn.dealii.org/trunk@1121 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index 50e2e21ea0..38b1219b8e 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -28,8 +28,6 @@ */ template class Vector { - friend class dFMatrix; - protected: /**