]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed indentation. 1194/head
authorLuca Heltai <luca.heltai@sissa.it>
Sat, 25 Jul 2015 15:13:53 +0000 (17:13 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Sat, 25 Jul 2015 15:13:53 +0000 (17:13 +0200)
source/base/quadrature_lib.cc

index 476ba6aaec11a9558b0378a02b08b4d1fe6993d7..e59b3c9968ea0fecd3e5561e298acb468f109abe 100644 (file)
@@ -771,10 +771,10 @@ QGaussLogR<1>::QGaussLogR(const unsigned int n,
       {
         Assert( this->quadrature_points[i] != origin,
                 ExcMessage("The singularity cannot be on a Gauss point of the same order!") );
-       double denominator = std::log(std::abs( (this->quadrature_points[i]-origin)[0] )/alpha);
-       Assert( denominator != 0.0,
-               ExcMessage("The quadrature formula you are using does not allow to "
-                          "factor out the singularity, which is zero at one point."));
+        double denominator = std::log(std::abs( (this->quadrature_points[i]-origin)[0] )/alpha);
+        Assert( denominator != 0.0,
+                ExcMessage("The quadrature formula you are using does not allow to "
+                           "factor out the singularity, which is zero at one point."));
         this->weights[i] /= denominator;
       }
 }

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.