aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/main.h')
-rw-r--r--externals/grill/vasp/source/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/main.h b/externals/grill/vasp/source/main.h
index 53d732c2..0fad36d8 100644
--- a/externals/grill/vasp/source/main.h
+++ b/externals/grill/vasp/source/main.h
@@ -13,8 +13,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <flext.h>
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 400)
-#error You need at least flext version 0.4.0
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
+#error You need at least flext version 0.4.1
#endif