Reintroduces nofunctions option mentioned in the manual that got somehow lost

time-shift
Johannes Pfeifer 2013-09-10 16:35:50 +02:00
parent df5f2765ae
commit ea5ee4722b
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,9 @@ if ~options_.noprint
end
skipline()
if options_.order <= 2 && ~PI_PCL_solver
disp_dr(oo_.dr,options_.order,var_list);
if ~options_.nofunctions
disp_dr(oo_.dr,options_.order,var_list);
end
end
end