From eef342168ce20c3c73a3aa904f072772f5206fc3 Mon Sep 17 00:00:00 2001
From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Tue, 23 May 2017 14:33:43 +0200
Subject: [PATCH] update git version check

---
 bfps/cpp/vorticity_equation.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfps/cpp/vorticity_equation.hpp b/bfps/cpp/vorticity_equation.hpp
index 60d566ed..880f05d2 100644
--- a/bfps/cpp/vorticity_equation.hpp
+++ b/bfps/cpp/vorticity_equation.hpp
@@ -117,7 +117,7 @@ class vorticity_equation
                     read);
             if (read)
             {
-                #if (__GNUC__ <= 4 && __GNUC_MINOR__ <= 7)
+                #if (__GNUC__ <= 4 && __GNUC_MINOR__ < 7)
                     this->kk->low_pass<rnumber, THREE>(this->cvorticity->get_cdata(), this->kk->kM);
                     this->kk->force_divfree<rnumber>(this->cvorticity->get_cdata());
                 #else
-- 
GitLab