Browse Source

Catch up to deprecation in API

pull/38/head
Olav Møyner 2 months ago
parent
commit
5d28ecfb7b
  1. 2
      lib/LibHYPRE.jl

2
lib/LibHYPRE.jl

@ -34,7 +34,7 @@ const HYPRE_Complex = HYPRE_Real @@ -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

Loading…
Cancel
Save