From: Luca Heltai Date: Tue, 12 Jul 2016 11:38:09 +0000 (+0200) Subject: Fixed indentation. X-Git-Tag: v8.5.0-rc1~806^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68370001455b7fc603b74f5eebdbc9d1e821b183;p=dealii.git Fixed indentation. --- diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h index 8ef04fd1b2..255bba0aa4 100644 --- a/include/deal.II/grid/manifold_lib.h +++ b/include/deal.II/grid/manifold_lib.h @@ -201,7 +201,7 @@ public: get_tangent_vector (const Point &x1, const Point &x2) const; - + /** * Return a point on the spherical manifold which is intermediate * with respect to the surrounding points. diff --git a/source/fe/mapping_manifold.cc b/source/fe/mapping_manifold.cc index e86c10ea2b..481155db61 100644 --- a/source/fe/mapping_manifold.cc +++ b/source/fe/mapping_manifold.cc @@ -461,7 +461,7 @@ namespace internal // In the length L, we store also the direction sign, // which is positive, if the coordinate is < .5, const double L = pi > .5 ? -pi: 1-pi; - + const Point np(p + L*ei); // Get the weights to compute the np point in real space