]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reindent
authorMatthias Maier <tamiko@43-1.org>
Thu, 6 Apr 2017 21:43:16 +0000 (16:43 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 7 Apr 2017 13:32:57 +0000 (08:32 -0500)
include/deal.II/lac/eigen.h

index f459270ca37d8f62215d2c6b5e9a652c72632019..b0e1f3d3b41196b6abbae3223a91cba4567ed8ed 100644 (file)
@@ -393,7 +393,7 @@ EigenInverse<VectorType>::solve (double           &value,
         {
           const auto &relaxation = additional_data.relaxation;
           const double new_shift =
-              relaxation * (-value) + (1. - relaxation) * current_shift;
+            relaxation * (-value) + (1. - relaxation) * current_shift;
 
           A_s = A_op + new_shift * identity_operator(A_op);
           current_shift = new_shift;

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.