From c6af3ecbacbc0012160364451cd2e6498450e076 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 24 Jul 2015 16:18:57 -0400 Subject: [PATCH] Translate a comment from German to English. --- source/base/polynomials_adini.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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