Skip to content

Commit 826f923

Browse files
[arcane,aleph/hypre] Définit le type 'HYPRE_BigInt' pour les versions de Hypre antérieures à la 2.16.
1 parent bd29b47 commit 826f923

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arcane/src/arcane/aleph/hypre/AlephHypre.cc

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
#include "arcane/aleph/AlephArcane.h"
3333

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+
3439
/*---------------------------------------------------------------------------*/
3540
/*---------------------------------------------------------------------------*/
3641

0 commit comments

Comments
 (0)