Skip to content
Snippets Groups Projects
Commit e2315e58 authored by Ferhat Mihoubi's avatar Ferhat Mihoubi
Browse files

oo_.dr needs also to be updated when bytecode option is used

parent bd9aeef1
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ end
if options.block
[dr,info,M,options,oo] = dr_block(dr,check_flag,M,options,oo);
oo.dr = dr;
else
[dr,info] = stochastic_solvers(dr,check_flag,M,options,oo);
oo.dr = dr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment