From: wolf Date: Mon, 18 Jul 2005 19:03:01 +0000 (+0000) Subject: Fix documentation in two places. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3b94a1921a1bd437358d4d26715d8838b6592d0;p=dealii-svn.git Fix documentation in two places. git-svn-id: https://svn.dealii.org/trunk@11166 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/symmetric_tensor.h b/deal.II/base/include/base/symmetric_tensor.h index bd2776ea3d..30ba15e70a 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -2127,7 +2127,7 @@ unit_symmetric_tensor<3> () * * For every tensor t, there holds the identity * deviator(t)==deviator_tensor<dim>()*t, up to numerical - * round-off. The reason this operator representation is provided since one + * round-off. The reason this operator representation is provided is that one * sometimes needs to invert operators like identity_tensor<dim>() + * delta_t*deviator_tensor<dim>() or similar. * @@ -2166,12 +2166,6 @@ deviator_tensor () * tensor t returns the deviator dev t. It is the operator * representation of the linear deviator operator. * - * For every tensor t, there holds the identity - * deviator(t)==deviator_tensor<dim>()*t, up to numerical - * round-off. The reason this operator representation is provided since one - * sometimes needs to invert operators like identity_tensor<dim>() + - * delta_t*deviator_tensor<dim>() or similar. - * * @relates SymmetricTensor * @author Wolfgang Bangerth, 2005 */