From 68370001455b7fc603b74f5eebdbc9d1e821b183 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 12 Jul 2016 13:38:09 +0200 Subject: [PATCH] Fixed indentation. --- include/deal.II/grid/manifold_lib.h | 2 +- source/fe/mapping_manifold.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5