From 92650c9dd4eb3b90731b8bd07c2ee3fa9b0ef369 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Mar 2002 09:34:47 +0000 Subject: [PATCH] Declare FullMatrix before making it friend (C++ mandates this) git-svn-id: https://svn.dealii.org/trunk@5592 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/vector2d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/base/include/base/vector2d.h b/deal.II/base/include/base/vector2d.h index 61b4a15571..6f36ab5e25 100644 --- a/deal.II/base/include/base/vector2d.h +++ b/deal.II/base/include/base/vector2d.h @@ -18,6 +18,7 @@ template class vector2d; +template class FullMatrix; /** -- 2.39.5