From b41fb806fb7b3e0c3905b54dd7c3e72aaaa2f501 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 19 Oct 2024 17:24:11 -0400 Subject: [PATCH] adding p,q constant case in NoShadow test --- test/simulation.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simulation.jl b/test/simulation.jl index 306b2bc8..6ac1c642 100644 --- a/test/simulation.jl +++ b/test/simulation.jl @@ -686,6 +686,8 @@ end NoShadow = @decapode begin u::Form0 v::Form0 + p::Constant + q::Constant end symsim = gensim(NoShadow) sim_NS = eval(symsim)