From 119cc05d41911324ec206a5dc07e392a9331d5e4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 7 Jul 2016 04:08:25 -0500 Subject: [PATCH] run astyle --- tests/fe/mapping_q_manifold_02.cc | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/fe/mapping_q_manifold_02.cc b/tests/fe/mapping_q_manifold_02.cc index 8473ef52e4..76447d0980 100644 --- a/tests/fe/mapping_q_manifold_02.cc +++ b/tests/fe/mapping_q_manifold_02.cc @@ -71,14 +71,14 @@ class PushForward : public Function { public: PushForward () - : - Function(dim, 0.), - h (0.028), - x_max (4.5*h), - y_max (2.036*h), - z_max (4.5*h), - y_FoR (h) - {} + : + Function(dim, 0.), + h (0.028), + x_max (4.5*h), + y_max (2.036*h), + z_max (4.5*h), + y_FoR (h) + {} virtual ~PushForward() {}; @@ -129,14 +129,14 @@ class PullBack : public Function { public: PullBack () - : - Function(dim, 0.), - h (0.028), - x_max (4.5*h), - y_max (2.036*h), - z_max (4.5*h), - y_FoR (h) - {} + : + Function(dim, 0.), + h (0.028), + x_max (4.5*h), + y_max (2.036*h), + z_max (4.5*h), + y_FoR (h) + {} virtual ~PullBack() {}; -- 2.39.5