From e22b35935b9a5447a51ef23638ec769bffd92e85 Mon Sep 17 00:00:00 2001
From: Walter Van Herck <w.van.herck@fz-juelich.de>
Date: Wed, 10 Oct 2012 11:15:31 +0200
Subject: [PATCH] Removed commented code

---
 Core/Algorithms/inc/IInterferenceFunctionStrategy.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Core/Algorithms/inc/IInterferenceFunctionStrategy.h b/Core/Algorithms/inc/IInterferenceFunctionStrategy.h
index 8d145c3f264..e98dc3ce3d3 100644
--- a/Core/Algorithms/inc/IInterferenceFunctionStrategy.h
+++ b/Core/Algorithms/inc/IInterferenceFunctionStrategy.h
@@ -29,8 +29,6 @@ public:
             const std::vector<IInterferenceFunction *> &interference_functions);
     virtual double evaluate(const cvector_t &k_i, const cvector_t &k_f,
             double alpha_i, double alpha_f) const=0;
-//    virtual double evaluateForComplexkz(kvector_t k_i, kvector_t k_f,
-//            complex_t k_iz, complex_t k_fz) const=0;
 protected:
     void deleteVectors();
     std::vector<IFormFactor*> m_form_factors; //!< Includes Scattering Length Density
-- 
GitLab