We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd29b47 commit 826f923Copy full SHA for 826f923
arcane/src/arcane/aleph/hypre/AlephHypre.cc
@@ -31,6 +31,11 @@
31
32
#include "arcane/aleph/AlephArcane.h"
33
34
+// Le type HYPRE_BigInt n'existe qu'à partir de Hypre 2.16.0
35
+#if HYPRE_RELEASE_NUMBER < 21600
36
+using HYPRE_BigInt = HYPRE_Int;
37
+#endif
38
+
39
/*---------------------------------------------------------------------------*/
40
41
0 commit comments