From: Wolfgang Bangerth Date: Wed, 22 Mar 2000 11:56:24 +0000 (+0000) Subject: Fixed. X-Git-Tag: v8.0.0~20765 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483b160957a689fd720f05fb446e24a0408b370d;p=dealii.git Fixed. git-svn-id: https://svn.dealii.org/trunk@2610 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index 4b8c450009..934fcd98b5 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -256,9 +256,6 @@ ostream & operator << (ostream &out, const Tensor<1,dim> &p); /*------------------------------- Inline functions: Tensor ---------------------------*/ -// in the following, declarations of operators look rather weird because they are -// split over several lines. this is necessary, however, because otherwise doc++ -// gets really confused about this all... :-( template