From b9fa51d6ff59a013fc33602767c11d1e52fc08c5 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Wed, 11 Feb 2009 14:21:47 +0000 Subject: [PATCH] - changed default dassl tolerance from 1e-10 to 1e-4 git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- OMNotebook/OMNotebookQT4/commands.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OMNotebook/OMNotebookQT4/commands.xml b/OMNotebook/OMNotebookQT4/commands.xml index 7277f5525e9..0f2ca402241 100644 --- a/OMNotebook/OMNotebookQT4/commands.xml +++ b/OMNotebook/OMNotebookQT4/commands.xml @@ -96,7 +96,7 @@ 0 1 500 - 1e-6 + 1e-4 Translates a model and simulates it. Ex: simulate(dcmotor). Ex: simulate(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000). @@ -104,7 +104,7 @@ 0 1 500 - 1e-6 + 1e-4 false Translates a model and simulates it. Ex: buildModel(dcmotor). Ex: buildMotor(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000).