From: kronbichler Date: Mon, 22 Aug 2011 11:49:41 +0000 (+0000) Subject: Correctly set Point as friend class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d42510e62bf0437e455f5529241c138795de19;p=dealii-svn.git Correctly set Point as friend class. git-svn-id: https://svn.dealii.org/trunk@24165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/tensor_base.h b/deal.II/include/deal.II/base/tensor_base.h index 2218e8c0fd..c91cf650f7 100644 --- a/deal.II/include/deal.II/base/tensor_base.h +++ b/deal.II/include/deal.II/base/tensor_base.h @@ -654,7 +654,7 @@ class Tensor<1,dim,Number> * the coordinates. This is * supposed to improve speed. */ - friend class Point; + friend class Point; };