]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Translate a comment from German to English. 1193/head
authorDavid Wells <drwells@vt.edu>
Fri, 24 Jul 2015 20:18:57 +0000 (16:18 -0400)
committerDavid Wells <drwells@vt.edu>
Fri, 24 Jul 2015 20:18:57 +0000 (16:18 -0400)
source/base/polynomials_adini.cc

index bc003901156a9a4a80bec141e8b632b938ef45a2..7de1d16f0fb916bf83812a19299eaf989ee9c2ad 100644 (file)
@@ -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<Tensor<1,2> > &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<values.size(); ++i)
         {
@@ -128,7 +128,7 @@ PolynomialsAdini::compute (const Point<2> &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<grads.size(); ++i)
         {
@@ -136,7 +136,7 @@ PolynomialsAdini::compute (const Point<2> &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<grad_grads.size(); ++i)
         {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.