From 93344ebd902aab72a16144468a637a9a1fe90701 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <i-bird@localhost.localdomain>
Date: Tue, 15 Mar 2016 15:12:54 +0100
Subject: [PATCH] Eliminating miss compilation in case of SE_CLASS1

---
 src/FiniteDifference/FDScheme.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FiniteDifference/FDScheme.hpp b/src/FiniteDifference/FDScheme.hpp
index a6df0e30..0488cec1 100644
--- a/src/FiniteDifference/FDScheme.hpp
+++ b/src/FiniteDifference/FDScheme.hpp
@@ -468,7 +468,7 @@ public:
 
 			// if SE_CLASS1 is defined check the position
 #ifdef SE_CLASS1
-			T::position(gkey,gs,s_pos);
+//			T::position(key,gs,s_pos);
 #endif
 
 			++row;
-- 
GitLab