From: Guido Kanschat Date: Wed, 11 Feb 2004 15:15:27 +0000 (+0000) Subject: nonsense reverted X-Git-Tag: v8.0.0~15797 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f55602e35ab007106610fe0002c6ab12ed5f7c;p=dealii.git nonsense reverted git-svn-id: https://svn.dealii.org/trunk@8459 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index 31fbf27c81..752c7a1ba5 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -402,12 +402,10 @@ Tensor::memory_consumption () * Output operator for tensors. Print the elements consecutively, with * a space in between, two spaces between rank 1 subtensors, three * between rank 2 and so on. - * - * @relates Tensor */ -template +template inline -STREAM & operator << (STREAM &out, const Tensor &p) +std::ostream & operator << (std::ostream &out, const Tensor &p) { for (unsigned int i=0; i