From: David Wells Date: Fri, 24 Jul 2015 20:18:57 +0000 (-0400) Subject: Translate a comment from German to English. X-Git-Tag: v8.4.0-rc2~723^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6af3ecbacbc0012160364451cd2e6498450e076;p=dealii.git Translate a comment from German to English. --- diff --git a/source/base/polynomials_adini.cc b/source/base/polynomials_adini.cc index bc00390115..7de1d16f0f 100644 --- a/source/base/polynomials_adini.cc +++ b/source/base/polynomials_adini.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2000 - 2014 by the deal.II authors +// Copyright (C) 2000 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -120,7 +120,7 @@ PolynomialsAdini::compute (const Point<2> &unit_point, std::vector > &grads, std::vector< Tensor<2,2> > &grad_grads) const { - if (values.empty() == false) //nur dann was tun + if (values.empty() == false) // do not bother if empty { for (unsigned int i=0; i &unit_point, } } - if (grads.empty() == false) //nur dann was tun + if (grads.empty() == false) // do not bother if empty { for (unsigned int i=0; i &unit_point, } } - if (grad_grads.empty() == false) //nur dann was tun + if (grad_grads.empty() == false) // do not bother if empty { for (unsigned int i=0; i