Skip to content

Commit

Permalink
- changed default dassl tolerance from 1e-10 to 1e-4
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 11, 2009
1 parent 2d72701 commit b9fa51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMNotebook/OMNotebookQT4/commands.xml
Expand Up @@ -96,15 +96,15 @@
<field name="$1">0</field>
<field name="$2">1</field>
<field name="$3">500</field>
<field name="$4">1e-6</field>
<field name="$4">1e-4</field>
<helptext>Translates a model and simulates it. Ex: simulate(dcmotor). Ex: simulate(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000).</helptext>
</command>
<command name="buildModel($0, startTime=$1, stopTime=$2, numberOfIntervals=$3, tolerance=$4, storeInTemp=$5)">
<field name="$0">modelname</field>
<field name="$1">0</field>
<field name="$2">1</field>
<field name="$3">500</field>
<field name="$4">1e-6</field>
<field name="$4">1e-4</field>
<field name="$5">false</field>
<helptext>Translates a model and simulates it. Ex: buildModel(dcmotor). Ex: buildMotor(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000).</helptext>
</command>
Expand Down

0 comments on commit b9fa51d

Please sign in to comment.