Skip to content

Commit 3296b9e

Browse files
committed
add empty interfaces to sysim
1 parent 96157b4 commit 3296b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TestReactors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ end;
326326

327327
react,y0,p = Reactor((domainV1,domainV2),(y0V1,y0V2),(0.0,0.037),[],(pV1,pV2));
328328
sol = solve(react.ode,CVODE_BDF(),abstol=1e-16,reltol=1e-6);
329-
sysim = SystemSimulation(sol,(domainV1,domainV2),p);
329+
sysim = SystemSimulation(sol,(domainV1,domainV2),[],p);
330330

331331
t = 0.03
332332
@test sol(t)[1:length(spcs)] solV(t)[1:end-2] rtol=1e-5

0 commit comments

Comments
 (0)