Skip to content

Commit 8a8fdb1

Browse files
fix definitions for scoping
1 parent 035908b commit 8a8fdb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/bigsystem.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ daggerjac = eval(ModelingToolkit.build_function(vec(jac),u,parallel=ModelingTool
9595
MyA = zeros(N,N)
9696
AMx = zeros(N,N)
9797
DA = zeros(N,N)
98+
_du = rand(N,N,3)
99+
_u = rand(N,N,3)
98100

99101
f(_du,_u,nothing,0.0)
100102
multithreadedf(_du,_u)

0 commit comments

Comments
 (0)