From a819427932c5e67bf65d26a1123cb29ec47dec43 Mon Sep 17 00:00:00 2001
From: Randolf Beerwerth <r.beerwerth@fz-juelich.de>
Date: Tue, 8 Sep 2020 13:53:13 +0200
Subject: [PATCH] remove temporary leftover

---
 Core/RT/MatrixRTCoefficients_v2.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Core/RT/MatrixRTCoefficients_v2.h b/Core/RT/MatrixRTCoefficients_v2.h
index 532827c47e4..1283f748d9c 100644
--- a/Core/RT/MatrixRTCoefficients_v2.h
+++ b/Core/RT/MatrixRTCoefficients_v2.h
@@ -27,7 +27,6 @@ class BA_CORE_API_ MatrixRTCoefficients_v2 : public ILayerRTCoefficients
 {
 public:
     friend class SpecularMagneticStrategy;
-    friend class SpecularMagnetic_v3ConsistencyTest_ScalarMagneticAmplitudes_Test;
 
     MatrixRTCoefficients_v2(double kz_sign, Eigen::Vector2cd eigenvalues, kvector_t b);
     MatrixRTCoefficients_v2(const MatrixRTCoefficients_v2& other);
-- 
GitLab