Skip to content

Commit e343211

Browse files
authored
Fix error message about older normaliz
1 parent 2c4db30 commit e343211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NormalizModule.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ static PyObject* CallPythonFuncOnOneArg(PyObject* function, PyObject* single_arg
179179
#ifndef NMZ_RELEASE
180180
static_assert(
181181
false,
182-
"Your Normaliz version (unknown) is too old! Update to 3.9.2 or newer.");
182+
"Your Normaliz version (unknown) is too old! Update to 3.9.4 or newer.");
183183
#endif
184184
#if NMZ_RELEASE < 30904
185185
static_assert(false,
186-
"Your Normaliz version is too old! Update to 3.9.2 or newer.");
186+
"Your Normaliz version is too old! Update to 3.9.4 or newer.");
187187
#endif
188188

189189
/***************************************************************************

0 commit comments

Comments
 (0)