From: Matthias Maier Date: Thu, 6 Apr 2017 21:43:16 +0000 (-0500) Subject: reindent X-Git-Tag: v9.0.0-rc1~1713^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cac29b2557edc49ad9993d52da1e613815ed8ee;p=dealii.git reindent --- diff --git a/include/deal.II/lac/eigen.h b/include/deal.II/lac/eigen.h index f459270ca3..b0e1f3d3b4 100644 --- a/include/deal.II/lac/eigen.h +++ b/include/deal.II/lac/eigen.h @@ -393,7 +393,7 @@ EigenInverse::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;