Skip to content
Snippets Groups Projects

Reintroduces nofunctions option mentioned in the manual that got somehow...

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -115,7 +115,9 @@ if ~options_.noprint
@@ -115,7 +115,9 @@ if ~options_.noprint
end
end
skipline()
skipline()
if options_.order <= 2 && ~PI_PCL_solver
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
end
end
Loading