changeset 22058:47f4268f8c5e

Fix usage message in odeset. * scripts/ode/odeset.m : Change the message printed when nargout = 0.
author Carlo de Falco <carlo.defalco@polimi.it>
date Thu, 07 Jul 2016 10:19:19 +0200
parents 6f10765eca35
children b1256fb38777
files scripts/ode/odeset.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ode/odeset.m	Wed Jul 06 22:09:21 2016 -0700
+++ b/scripts/ode/odeset.m	Thu Jul 07 10:19:19 2016 +0200
@@ -214,7 +214,7 @@
 ## function to print all possible options
 function print_options ()
 
-  disp ("List of all possible ODE solver options.");
+  disp ("List of the most common ODE solver options.");
   disp ("Default values are in square brackets.");
   disp ("");
   disp ("             AbsTol:  scalar or vector, >0, [1e-6]");