From 52fbaddef70a3844d9ae13c905b8023ce97d35a3 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Tue, 1 Oct 2024 10:57:30 +1000 Subject: [PATCH] Minor --- src/FESpaces.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FESpaces.jl b/src/FESpaces.jl index 43c7d8d..959c498 100644 --- a/src/FESpaces.jl +++ b/src/FESpaces.jl @@ -876,7 +876,8 @@ function FESpaces.ConstantFESpace( ) @assert constraint_type ∈ [:global,:local] if constraint_type == :global - @warn "ConstantFESpace is NOT scalable in parallel. For testing purposes only." + msg = "ConstantFESpace is NOT scalable in parallel. For testing purposes only." + @warn msg end spaces = map(local_views(model)) do model