From: Matthias Maier Date: Mon, 7 Sep 2015 18:49:05 +0000 (-0500) Subject: Cosmetic change: Attach operator to conversion type X-Git-Tag: v8.4.0-rc2~466^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed2407fc606fcc1f49899be5f2fd67a5142131e;p=dealii.git Cosmetic change: Attach operator to conversion type --- diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index fcdbf8e703..84a2855aa3 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -869,8 +869,8 @@ Tensor::Tensor template template inline -Tensor::operator -Tensor<1,dim,Tensor > () const +Tensor:: +operator Tensor<1,dim,Tensor > () const { return Tensor<1,dim,Tensor > (values); }