From 484ad03c473506c0a6851e9ae48214245c6dc35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Tue, 17 Sep 2024 15:13:34 +0200 Subject: [PATCH] Work around https://github.com/JuliaLang/julia/issues/55792 --- examples/Example440_ParallelState.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Example440_ParallelState.jl b/examples/Example440_ParallelState.jl index dda9ec715..c07877e39 100644 --- a/examples/Example440_ParallelState.jl +++ b/examples/Example440_ParallelState.jl @@ -3,11 +3,12 @@ # 440: Parallel solves ([source code](@__SOURCE_URL__)) -Demonstrate how to solve one system with different data in parallel -using the SystemState (new in v2.0). +Demonstrate how to solve one system with different data in parallel using the SystemState (new in v2.0). =# + module Example440_ParallelState + using VoronoiFVM, ExtendableGrids using GridVisualize using ChunkSplitters