From 0472312368069eb4ddb0693252c508a529923fea Mon Sep 17 00:00:00 2001
From: Walter Van Herck <w.van.herck@fz-juelich.de>
Date: Fri, 6 Feb 2015 15:58:48 +0100
Subject: [PATCH] Added magnetic T,R amplitudes in MatrixRTCoefficients

---
 Core/Algorithms/inc/MatrixRTCoefficients.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Core/Algorithms/inc/MatrixRTCoefficients.h b/Core/Algorithms/inc/MatrixRTCoefficients.h
index 41060cc9b92..f246747aacb 100644
--- a/Core/Algorithms/inc/MatrixRTCoefficients.h
+++ b/Core/Algorithms/inc/MatrixRTCoefficients.h
@@ -53,6 +53,14 @@ private:
     Eigen::Vector2cd lambda; // positive eigenvalues of transfer matrix
     Eigen::Vector4cd phi_psi_plus; //!< boundary values for up-polarization
     Eigen::Vector4cd phi_psi_min; //!< boundary values for down-polarization
+    Eigen::Vector2cd t1_plus;  //!< boundary value for up-polarization
+    Eigen::Vector2cd t2_plus;  //!< boundary value for up-polarization
+    Eigen::Vector2cd r1_plus;  //!< boundary value for up-polarization
+    Eigen::Vector2cd r2_plus;  //!< boundary value for up-polarization
+    Eigen::Vector2cd t1_min;  //!< boundary value for down-polarization
+    Eigen::Vector2cd t2_min;  //!< boundary value for down-polarization
+    Eigen::Vector2cd r1_min;  //!< boundary value for down-polarization
+    Eigen::Vector2cd r2_min;  //!< boundary value for down-polarization
     Eigen::Matrix4cd T1m; //!< matrix selecting the transmitted part of
                           //!< the first eigenmode
     Eigen::Matrix4cd R1m; //!< matrix selecting the reflected part of
-- 
GitLab