From fa783d54bd63d03cf0c23c649dd5fe72dd98b872 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 9 Apr 1999 23:44:53 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/vector.h | 2 -- 1 file changed, 2 deletions(-) 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: /** -- 2.39.5