We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe97ace commit 60f24e5Copy full SHA for 60f24e5
NormalizModule.cpp
@@ -117,10 +117,10 @@ static PyOS_sighandler_t current_interpreter_sigint_handler;
117
118
#ifndef NMZ_RELEASE
119
static_assert(false,
120
- "Your Normaliz version (unknown) is to old! Update to 3.0.0 or newer.");
+ "Your Normaliz version (unknown) is to old! Update to 3.2.0 or newer.");
121
#endif
122
-#if NMZ_RELEASE < 30000
123
- static_assert(false, "Your Normaliz version is to old! Update to 3.0.0 or newer.");
+#if NMZ_RELEASE < 30300
+ static_assert(false, "Your Normaliz version is to old! Update to 3.3.0 or newer.");
124
125
126
/***************************************************************************
0 commit comments