removing options_ and oo_ from dr1.m output arguments

time-shift
Michel Juillard 2012-01-08 18:50:27 +01:00
parent 27ef4a84a1
commit 3ec6b6ff78
2 changed files with 0 additions and 4 deletions

View File

@ -57,7 +57,6 @@ end
if options_.k_order_solver;
dr = set_state_space(dr,M_);
[dr,info] = k_order_pert(dr,M_,options_,oo_);
oo_.dr = dr;
return;
end

View File

@ -117,7 +117,4 @@ else
[dr,info] = dr1(dr,check_flag,M,options,oo);
end
if info(1)
return
end