Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 1, 2024
1 parent 58f8434 commit 52fbadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52fbadd

Please sign in to comment.