From f88d96bb7b196e20b73cf3c407e947397f79c605 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Thu, 23 Jan 2025 19:40:49 -0600 Subject: [PATCH] Add a missing end --- src/CUTEst.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CUTEst.jl b/src/CUTEst.jl index 317bc4b..8fea994 100644 --- a/src/CUTEst.jl +++ b/src/CUTEst.jl @@ -40,6 +40,7 @@ function __init__() if !contains(arch_gfortran, arch_julia) @warn "Julia ($arch_julia) was compiled for a different architecture than gfortran ($arch_gfortran)." end + end end # set default MASTSIF location if the user hasn't set it already