From: wolf Date: Wed, 20 Mar 2002 09:34:47 +0000 (+0000) Subject: Declare FullMatrix before making it friend (C++ mandates this) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92650c9dd4eb3b90731b8bd07c2ee3fa9b0ef369;p=dealii-svn.git Declare FullMatrix before making it friend (C++ mandates this) git-svn-id: https://svn.dealii.org/trunk@5592 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; /**