~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/differential_equations/macros/odeoptions.sci

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
          gettext("h0 (first step tried)"),...
86
86
          gettext( "hmax (max step size)"),...
87
87
          gettext("hmin (min step size)"),...
88
 
          "jactype (0,1,2,3,4,5)",
 
88
          "jactype (0,1,2,3,4,5)",...
89
89
          gettext("mxstep (max number of steps allowed)"),...
90
90
          gettext("maxordn (maximum non-stiff order allowed, at most 12)"),...
91
91
          gettext("maxords (maximum stiff order allowed, at most 5)"),...