From 5d28ecfb7b8105a6ed9e827b104a37cff97a1b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Thu, 9 Oct 2025 21:04:25 +0200 Subject: [PATCH] Catch up to deprecation in API --- lib/LibHYPRE.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LibHYPRE.jl b/lib/LibHYPRE.jl index 53a2eb6..df5cba5 100644 --- a/lib/LibHYPRE.jl +++ b/lib/LibHYPRE.jl @@ -34,7 +34,7 @@ const HYPRE_Complex = HYPRE_Real # no prototype is found for this function at HYPRE_utilities.h:116:11, please use with caution function HYPRE_Init() - return @ccall libHYPRE.HYPRE_Init()::HYPRE_Int + return @ccall libHYPRE.HYPRE_Initialize()::HYPRE_Int end # no prototype is found for this function at HYPRE_utilities.h:117:11, please use with caution