From 82f55602e35ab007106610fe0002c6ab12ed5f7c Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 11 Feb 2004 15:15:27 +0000 Subject: [PATCH] nonsense reverted git-svn-id: https://svn.dealii.org/trunk@8459 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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