Skip to content

Commit

Permalink
adding p,q constant case in NoShadow test
Browse files Browse the repository at this point in the history
  • Loading branch information
quffaro committed Oct 19, 2024
1 parent 9032276 commit b41fb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ end
NoShadow = @decapode begin
u::Form0
v::Form0
p::Constant
q::Constant
end
symsim = gensim(NoShadow)
sim_NS = eval(symsim)
Expand Down

0 comments on commit b41fb80

Please sign in to comment.