From 849d02ea0cde50bab62065b198dc6143611fa0e2 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Wed, 21 Jul 2021 15:24:16 +0200
Subject: [PATCH] insert a few '+'

---
 Resample/DWBA/DWBA_Pol.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Resample/DWBA/DWBA_Pol.cpp b/Resample/DWBA/DWBA_Pol.cpp
index cbb6c660f1b..23cd693a360 100644
--- a/Resample/DWBA/DWBA_Pol.cpp
+++ b/Resample/DWBA/DWBA_Pol.cpp
@@ -43,9 +43,9 @@ Eigen::Matrix2cd DWBA_Pol::coherentPolFF(const DiffuseElement& ele) const
         Eigen::Matrix2cd ff_BA = m_ff->thePolFF(wavevectors);
         Eigen::Matrix2cd result;
         result(0, 0) = -ff_BA(1, 0);
-        result(0, 1) = ff_BA(0, 0);
+        result(0, 1) = +ff_BA(0, 0);
         result(1, 0) = -ff_BA(1, 1);
-        result(1, 1) = ff_BA(0, 1);
+        result(1, 1) = +ff_BA(0, 1);
         return result;
     }
 
-- 
GitLab