]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make astyle happy
authorMatthias Maier <tamiko@43-1.org>
Thu, 3 May 2018 03:29:10 +0000 (22:29 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 3 May 2018 19:09:26 +0000 (14:09 -0500)
tests/lac/linear_operator_17.cc
tests/lac/linear_operator_17a.cc

index 6c2ad6679d14063033e394737bb60b60d2a26d6d..1c7f87314b841306c0796c47e08d19a40bbc3b8c 100644 (file)
@@ -30,9 +30,10 @@ int main()
   initlog();
 
   const std::function<void(Vector<double> &, bool)> reinit_vector =
-    [](Vector<double> &v, bool omit_zeroing_entries) {
-      v.reinit(3, omit_zeroing_entries);
-    };
+    [](Vector<double> &v, bool omit_zeroing_entries)
+  {
+    v.reinit(3, omit_zeroing_entries);
+  };
 
   const auto filter = mean_value_filter(reinit_vector);
 
index a2eeb15f4145b72f0af1de7d6021277f9b34c110..2ecaea1690cc74cf458cd07b427b57de289f6a42 100644 (file)
@@ -31,9 +31,10 @@ int main()
   initlog();
 
   const std::function<void(Vector<double> &, bool)> reinit_vector =
-    [](Vector<double> &v, bool omit_zeroing_entries) {
-      v.reinit(3, omit_zeroing_entries);
-    };
+    [](Vector<double> &v, bool omit_zeroing_entries)
+  {
+    v.reinit(3, omit_zeroing_entries);
+  };
 
   auto id = identity_operator(reinit_vector);
   const auto filter = mean_value_filter(id);

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.